@uniformdev/optimize-tracker-common
Advanced tools
Comparing version 5.0.2-alpha.43 to 6.0.0
@@ -6,2 +6,26 @@ # Change Log | ||
## [6.0.0](https://github.com/uniformdev/optimize-sdk/compare/v5.0.1...v6.0.0) (2021-03-22) | ||
### ⚠ BREAKING CHANGES | ||
- scope strategy initialization no longer needs storage passed | ||
- scope strategy `reset` function removed | ||
- isInPersonalizationControlGroup function is now async | ||
### Features | ||
- **tracker:** add identification as optional storage feature ([4245932](https://github.com/uniformdev/optimize-sdk/commit/42459325c640ed239d50b79b37c23ce659222f05)) | ||
- **tracker:** allow minimum score thresholds on intent tags ([#155](https://github.com/uniformdev/optimize-sdk/issues/155)) ([cff37d5](https://github.com/uniformdev/optimize-sdk/commit/cff37d517bd90defc559136659d7a3cfed2dcf50)) | ||
- **tracker:** tiered storage automatically updates ascendant tiers ([618475c](https://github.com/uniformdev/optimize-sdk/commit/618475c7c2ea8bf225337c888aea7e4dbd6d1a55)) | ||
### Bug Fixes | ||
- **tracker:** removed unused plugin interfaces ([b374ab1](https://github.com/uniformdev/optimize-sdk/commit/b374ab154143c36de70fc3b096786a31681b30c4)) | ||
- ga events should be sent nonInteractive, ssr should not send cookies, removed ssr matches ([e6634f2](https://github.com/uniformdev/optimize-sdk/commit/e6634f25fed351c7c7763ab82b5dd4d7d15c3084)) | ||
- rewrite UNIFORM_DATA with results generated by cloudflare worker ([5728563](https://github.com/uniformdev/optimize-sdk/commit/57285632010cab3ff6afaf84b0e78c8b116ce704)) | ||
### Miscellaneous Chores | ||
- optimize and improve scope architecture ([4c6a283](https://github.com/uniformdev/optimize-sdk/commit/4c6a283f9aedf10c6a3c381ad34045bc02c75bd1)) | ||
### [5.0.1](https://github.com/uniformdev/optimize-sdk/compare/v5.0.0...v5.0.1) (2021-03-09) | ||
@@ -8,0 +32,0 @@ |
{ | ||
"name": "@uniformdev/optimize-tracker-common", | ||
"version": "5.0.2-alpha.43+0864fd5", | ||
"version": "6.0.0", | ||
"description": "Uniform Optimize Tracker shared common functionality and types", | ||
@@ -33,3 +33,3 @@ "repository": { | ||
"dependencies": { | ||
"@uniformdev/optimize-common": "^5.0.2-alpha.43+0864fd5" | ||
"@uniformdev/optimize-common": "^6.0.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0864fd57e8a75ecacd131525f839fc5f336cf73f" | ||
"gitHead": "179628b83f25acb86417c24aa83dca4d6232eac7" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
62447
1
0
+ Added@uniformdev/optimize-common@6.1.0(transitive)
- Removed@uniformdev/optimize-common@5.0.210625(transitive)
- Removeduuid@3.4.0(transitive)