Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

77 lines (57 loc) · 2.14 KB

1.3.3

  • Update a dependency to the latest release.
  • Update example to use the latest version of the package.
  • Fixing async method calls in initState: example project

1.3.2

  • Update a dependency to the latest release.
  • Update README.md

1.3.1

  • Update a dependency to the latest release.

1.3.0

  • Add Future return type to the setup method to the EventLogger interface.
  • Update README.md
  • Update example

1.2.1

  • Fix static analysis warnings by the dart formatter.

1.2.0

  • Remove the completion callback from the EventLogger interface.
  • Add Future return type to the logEvent method in the generated EventContainer and EventProvider.

1.1.1

  • Fix static analysis warnings by the dart formatter.

1.1.0

  • Support completion call back to the EventLogger interface.
  • Fix the issue where event names were being forced to snake case.

1.0.6

  • Support dart sdk environment for the dart applications.
  • Update README.md
  • Update example to use the latest version of the package.
  • Update description of the pubspec.yaml file.

1.0.5

  • Update description of the pubspec.yaml file.

1.0.4

  • Update README.md

1.0.3

  • Update a dependency to the latest release.
  • Update README.md
  • Update local CSV file example to use the latest version of the package.

1.0.2

  • Update a dependency to the latest release.

1.0.1

  • Update a dependency to the latest release.

1.0.0

  • Added support for integer values (1 and 0) and NULL values in the event logger flag value field in CSV files.
  • Added support for the event logger Type property in the @AnalyticsLogger annotation.
    • You can now specify the type of the event logger in the @AnalyticsLogger annotation instead of using a const instance.
  • Improved debugging of the code generation process by adding meaningful exceptions.
  • Updated the README.md file.

0.1.0

  • Fix to prevent run-time errors related to dart:mirror when running the Flutter app.
  • Update README.md

0.0.3

  • Update README.md
  • Fix dart analysis issues

0.0.2

  • Support code generation for local csv file.

0.0.1

  • Support code generation from remote csv file.
  • Support code generation for integrated event logger.