Releases: EmmanuelRoux/ngx-matomo-client
Releases · EmmanuelRoux/ngx-matomo-client
v3.1.0
3.1.0 (2022-07-22)
Bug Fixes
- tracker: prevent initializing Matomo more than once (784b1de)
Code Refactoring
- tracker: replace init() method with initialized() for naming consistency (8e23baf)
Features
Deprecations
- tracker: Method
MatomoInitializerService.init()
has been deprecated.
UseMatomoInitializerService.initialize()
instead.
v2.5.0
2.5.0 (2022-07-22)
Bug Fixes
- tracker: prevent initializing Matomo more than once (8b1e773)
Code Refactoring
- tracker: replace init() method with initialized() for naming consistency (30c415d)
Features
Deprecations
- tracker: Method
MatomoInitializerService.init()
has been deprecated.
UseMatomoInitializerService.initialize()
instead.
v3.0.0
v2.4.2
v1.3.6
v2.4.1
v1.3.5
v2.4.0
2.4.0 (2022-03-16)
Bug Fixes
- router: check for invalid interceptors config (0b6686d)
- router: correctly queue concurrent tracking calls (54882b4), closes #33
- router: export missing public api symbol (d77aba0)
- router: simplify interceptors config (ce407dd), closes #12
- schematics: use correct version in schematics (d0c7667)
- tracker: allow tracking ecommerce category page (9e14ca5), closes #34
- tracker: make ecommerce parameters optional (382f5dc)
Documentation
- router: deprecate PageTitleProvider and MATOMO_PAGE_TITLE_PROVIDER (61db04a)
Features
- router: add built-in route data interceptor (dfd9409), closes #12
- router: provide base implementation for interceptors depending on ActivatedRoute (39904e7), closes #12
- tracker: add support for pre-defined tracker (ee9364d), closes #32
Deprecations
- router: Interface
PageTitleProvider
and injection tokenMATOMO_PAGE_TITLE_PROVIDER
are now deprecated.
UseMatomoRouterInterceptor
instead, for example declared inNgxMatomoRouterModule.forRoot()
.
See documentation for details on how to configure interceptors.
v2.4.0-next.3
2.4.0-next.3 (2022-03-16)
Bug Fixes
Documentation
- router: deprecate PageTitleProvider and MATOMO_PAGE_TITLE_PROVIDER (61db04a)
Features
Deprecations
- router: Interface
PageTitleProvider
and injection tokenMATOMO_PAGE_TITLE_PROVIDER
are now deprecated.
UseMatomoRouterInterceptor
instead, for example declared inNgxMatomoRouterModule.forRoot()
.
See documentation for details on how to configure interceptors.