Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Latest commit

 

History

History
68 lines (37 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

68 lines (37 loc) · 1.41 KB

[1.1.0] - 2021/11/06

  • Add ecommerce tracking (Thank you stefan01@)
  • Improved URL encoding (Thank you stefan01@)
  • Add option to add token_auth to params to handle old requests (Thank you Julian Bissekkou)

[1.0.1]

  • Migrated from the deprecated package_info plugin to package_info_plus.

[1.0.0] - 2021/05/21

  • Add support for passing value in an event (thanks KawachenCofinpro)

[0.1.2] - 2021/05/04

  • Fix crash when User-Agent isn't available.

[0.1.1] - 2021/04/28

  • Fix iOS build

[0.1.0] - 2021/04/07

  • null-safety compatibility

[0.0.10] - 2021/03/24

  • Fix user agent issue on web.

[0.0.9] - 2021/03/03

  • Removing dependency on intl and intl_translation to be Flutter 2.0 compatible
  • Making sure to catchError in the proper sequence to avoid null exceptions.
  • Adding an example application.
  • Making TraceableStatelessWidget, TraceableStatefulWidget and TraceableInheritedWidget constructors const.

[0.0.8] - 2021/03/03

  • Fixing documentation.

[0.0.7] - 2021/03/03

  • Flutter 2.0 compatibility.

[0.0.6] - 2021/01/05

  • Do not set User-Agent on the web as it doesn't now work on certain browsers.

[0.0.5] - 2020/12/29

  • Fix web compatibility.

[0.0.4] - 2020/11/17

  • Add support for web user agent.

[0.0.3] - 2020/11/08

  • Configurable VisitorId.

[0.0.2] - 2020/09/07

  • Fixing documentation.

[0.0.1] - 2020/09/07

  • Initial release of a Dart Matomo Client.