Releases: Floating-Dartists/matomo-tracker
Releases · Floating-Dartists/matomo-tracker
6.0.0-dev.1
What's Changed
- 173 feat improve matomoobserver to dispense with traceableclientmixin by @TesteurManiak in #174
- chore: bump dependencies by @TesteurManiak in #177
Full Changelog: 5.1.0...6.0.0-dev.1
5.1.0
What's Changed
- build(deps): bump device_info_plus from 9.1.2 to 10.1.0 by @dependabot in #166
- docs(contributor): contributors readme action update by @github-actions in #167
- build(deps): bump device_info_plus from 9.1.2 to 10.1.0 by @dependabot in #168
- Adding
http.Client
argument to the MatomoDispatcher class by @tfreebern2 in #171 - docs(contributor): contributors readme action update by @github-actions in #172
New Contributors
- @tfreebern2 made their first contribution in #171
Full Changelog: 5.0.0...5.1.0
5.0.0
What's Changed
- Fix country code case by @kuhnroyal in #157
- Add iOS machine name to user agent by @kuhnroyal in #158
- docs(contributor): contributors readme action update by @github-actions in #159
- docs(contributor): contributors readme action update by @github-actions in #160
- docs(contributor): contributors readme action update by @github-actions in #162
- Remove unused query parameters by @TesteurManiak in #164
New Contributors
- @kuhnroyal made their first contribution in #157
Full Changelog: 5.0.0-dev.3...5.0.0
5.0.0-dev.3
What's Changed
- build(deps): bump package_info_plus from 7.0.0 to 8.0.0 by @dependabot in #151
- build(deps): bump custom_lint from 0.5.11 to 0.6.4 by @dependabot in #152
- Bumping up versions and min SDK to 3.4.1 by @Hyla96 in #153
- docs(contributor): contributors readme action update by @github-actions in #154
New Contributors
Full Changelog: 5.0.0-dev.2...5.0.0-dev.3
5.0.0-dev.2
What's Changed
- build(deps): bump device_info_plus from 9.1.2 to 10.0.1 by @dependabot in #146
- build(deps): bump package_info_plus from 6.0.0 to 7.0.0 by @dependabot in #148
- Prepare v5.0.0-dev.2 by @TesteurManiak in #150
Full Changelog: 5.0.0-dev.1...5.0.0-dev.2
5.0.0-dev.1
What's Changed
- build(deps): bump uuid from 3.0.7 to 4.1.0 by @dependabot in #125
- Chore/bump dependencies by @TesteurManiak in #126
- build(deps): bump package_info_plus from 4.2.0 to 5.0.1 by @dependabot in #128
- [FEAT] [#129] by @jainhitesh9998 in #130
- docs(contributor): contributors readme action update by @github-actions in #131
- 132 contentbaseurl not working with hash sign by @TesteurManiak in #133
- Allow uuid 5.x by @hpoul in #136
- docs(contributor): contributors readme action update by @github-actions in #137
- Add grandTotal/revenue to trackCartUpdate by @CleverUnderDog in #138
- docs(contributor): contributors readme action update by @github-actions in #139
- build(deps): bump package_info_plus from 5.0.1 to 6.0.0 by @dependabot in #142
- feat: added option to toggle off cookieless by @zvikarp in #143
- docs(contributor): contributors readme action update by @github-actions in #145
New Contributors
- @jainhitesh9998 made their first contribution in #130
- @hpoul made their first contribution in #136
- @CleverUnderDog made their first contribution in #138
- @zvikarp made their first contribution in #143
Full Changelog: 4.1.1...5.0.0-dev.1
4.1.1
What's Changed
- Bump device_info_plus from 9.0.3 to 10.0.0 by @dependabot in #123
- Bump package_info_plus from 4.1.0 to 5.0.0 by @dependabot in #122
- chore: bump dependencies, fix formatting by @TesteurManiak in #124
Full Changelog: 4.1.0...4.1.1
4.1.0
What's Changed
- Bump custom_lint from 0.4.0 to 0.5.0 by @dependabot in #114
- Bump mocktail from 0.3.0 to 1.0.0 by @dependabot in #116
- feat: fixed README and bumped dependencies by @TesteurManiak in #118
- Feat: Change url on the fly by @TesteurManiak in #120
Full Changelog: 4.0.0...4.1.0
4.0.0
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 - feat: Added content tracking #86
- feat: Added performance tracking #87
- feat: Ability to drop the dispatch queue #89
- feat: Serialize
MatomoAction
immediately #94 - feat: Attach the last
pvId
automatically #96 - feat: Added a persistent dispatch queue #97
- feat: Extended the newVisit capabilities #105
- feat: More campaigns, path, pvId #109
- Contributions from TesteurManiak
- fix: Added test cases for dimension key validation #67
- fix: URLs have double slashs in the dashboard #81
- feat: Added an
EventInfo
class to manage accurately additional data send with an event, added support for custom dimensions toTraceableMixin
andTraceableWidget
#68 - chore: Upgraded dependencies (Dart 3 support) #99
- chore: Updated
LICENSE
with major contributors #100 - chore: Added a contribution guide #101
- refacto: Added default values to
TrackingOrderItem
#102 - refacto: Uniformized the "track" methods parameters #106
Special thanks to Eric Prokop who greatly contributed to this release.
4.0.0-dev.2
Check the Migration Guide to learn about breaking changes in this version
- Contributions from Eric Prokop
- Contributions from TesteurManiak
- Upgraded dependencies #99