Releases: Floating-Dartists/matomo-tracker
Releases · Floating-Dartists/matomo-tracker
4.0.0-dev.1
Check the Migration Guide to learn about breaking changes in this version
- Contributions from Eric Prokop
- feat: Improved documentation and added verification on dimension keys #63
- feat: Ping logic to measure accurately the time spent on the last page #79
- feat: New app launches start a new visit #77
- feat: Reentry logic to detect a pop navigation on a previous page #74
- feat: Added a
Campaign
object to manage campaign tracking #72
- Contributions from TesteurManiak
3.1.0
- Contributions from Eric Prokop
- feat: Allow to set custom http headers #59
- Contribution from TesteurManiak
- fix: Added custom headers to
sendBatch
and added test cases #60
- fix: Added custom headers to
3.0.0
Check the Migration Guide section to learn about breaking changes in this version.
- Contributions from TesteurManiak
- Added cookieless tracking
- Keep failed event request in queue (offline tracking) #51
- You can now make your own
LocalStorage
implementation - Added a
verbosityLevel
flag to manage the logged messages
2.0.0
- Breaking Change: Removed
name
andwidgetName
arguments fromtrackEvent
method - Contributions from Chris Tomlinson
- Contribution from Johann Schramm
- fix: queue in matomo.dart breaks tracking #33
- Contribution from Scolnet
- Add pause and resume capabilities
- Contribution from Pierre Monier
- Added tests and code coverage
- Bumped
device_info_plus
to8.0.0
- Bumped
package_info_plus
to3.0.2
- Bumped
uuid
to3.0.7
1.7.0
- Bumped
device_info_plus
to7.0.1
- Bumped
package_info_plus
to3.0.1
1.6.0
- Bumped Dart SDK version to
2.17.0
- Removed logging dependency
- Removed universal_platform dependency
1.5.0
- Contribution from Paula Petcu
- Addition of a
TraceableWidget
to trackStatelessWidget
.
1.4.1
1.4.0
- Fix #16 (Contribution from Paula Petcu)
- Updated dependency device_info_plus to version 4.1.2
- Updated dependency http to version 0.13.5
1.3.0
v1.3.0
- Contribution from Isaudon
- Updated dependency
device_info_plus
to4.0.1
- Updated dependency
package_info_plus
to1.4.3
- Fixed analysis warnings
- Updated dependency
v1.2.1
- Added support for Visitor's userId
- Solves #12 by allowing a userId coming from a third-party source (eg. Firebase) to be linked to the visitor.
- Is accessible through the setVisitorUserId() method of the MatomoTracker instance.
- No breaking changes.
v1.2.0
- Fix #9 (Contribution from Marvin Möltgen)
- Deprecated
MatomoTracker.trackEvent.name
useMatomoTracker.trackEvent.eventName
instead - Deprecated
MatomoTracker.trackEvent.widgetName
useMatomoTracker.trackEvent.eventCategory
instead
- Deprecated