Releases: croct-tech/sdk-js
0.5.0
What's Changed
🔧 Enhancements
- Add support for providing a URL sanitizer (#102), thanks marcospassos!
🚧 Maintenance
- Bump Jest version to fix vulnerability (#101), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos
0.4.0
What's Changed
🚀 Features
- Allow unset any existing token on initialization (#99), thanks marcospassos!
🐞 Bug Fixes
- Replace configurable max expression length with a hardcoded limit (#100), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos
0.3.2
What's Changed
- Bump node-fetch from 2.6.0 to 2.6.1 (#96), thanks dependabot!
🔧 Enhancements
- Apply changes introduced by internal RFC-3 (#97), thanks amorimjuliana!
🐞 Bug Fixes
- Add interests and activities to user profile schema (#95), thanks amorimjuliana!
🚧 Maintenance
- Fix missing semicolons (#94), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@amorimjuliana, @dependabot, @dependabot[bot] and @marcospassos
0.3.1
What's Changed
🐞 Bug Fixes
- Handle cases where the domain is undefined (#92), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos
0.3.0
What's Changed
🚧 Maintenance
- Bump lodash from 4.17.15 to 4.17.19 (#90), thanks dependabot!
🚀 Features
- Introduce an inter-service communication layer (#86), thanks marcospassos!
🔧 Enhancements
- Decreases frequency of inactivity events (#91), thanks marcospassos!
- Change max length for custom key from 20 to 50 characters (#88), thanks amorimjuliana!
- Cleanup SDK API (#87), thanks marcospassos!
- Move authentication tracking to SDK facade (#85), thanks marcospassos!
- Eliminate dependency on 3rd-party cookies (#84), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@amorimjuliana, @dependabot, and @marcospassos
0.3.0-alpha.2
What's Changed
🔧 Enhancements
- Cleanup SDK API (#87), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos
0.3.0-alpha.1
What's Changed
🚀 Features
- Introduce an inter-service communication layer (#86), thanks marcospassos!
🔧 Enhancements
- Move authentication tracking to SDK facade (#85), thanks marcospassos!
- Eliminate dependency on 3rd-party cookies (#84), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos
0.2.0
What's Changed
🚀 Features
- Add support for function type validation (#77), thanks marcospassos!
- Add support for object type validation (#76), thanks marcospassos!
- Add support for object subtype validation (#72), thanks marcospassos!
🔧 Enhancements
- Export ES2015 modules to solve bundling issues with CommonJS (#81), thanks marcospassos!
- Allow loggers to have extra members (#79), thanks marcospassos!
- Add validation schema for loggers (#78), thanks marcospassos!
🐞 Bug Fixes
- Fix logging index export (#63), thanks marcospassos!
- Fix index exports and NPM inclusion pattern (#62), thanks marcospassos!
- Make personalizationId and details optional for EventOccurred (#59), thanks marcospassos!
🚧 Maintenance
- Import Typescript runtime (#82), thanks amorimjuliana!
- Fix Github token (#80), thanks marcospassos!
- Add support for object subtype validation (#73), thanks marcospassos!
- Remove CODEOWNERS (#71), thanks marcospassos!
- Improve Github workflow (#70), thanks marcospassos!
- Add icons and direct links to readme's top menu (#69), thanks marcospassos!
- Update badges in readme (#68), thanks marcospassos!
- Update logo in readme (#67), thanks marcospassos!
- Fix logo URL (#66), thanks marcospassos!
- Fix release workflow (#65), thanks marcospassos!
- Prepare SDK for public release (#64), thanks marcospassos!
- Fix constant file name (#61), thanks marcospassos!
- Add lib es2017 to tsconfig and update package-lock (#60), thanks marcospassos!
- Fix build (#58), thanks marcospassos!
- Restructure project for full export (#57), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos and @amorimjuliana
0.2.0-alpha.8
What's Changed
🚧 Maintenance
- Import Typescript runtime (#82), thanks amorimjuliana!
🎉 Thanks to all contributors helping with this release:
@amorimjuliana
0.2.0-alpha.7
What's Changed
🔧 Enhancements
- Export ES2015 modules to solve bundling issues with CommonJS (#81), thanks marcospassos!
- Allow loggers to have extra members (#79), thanks marcospassos!
🚧 Maintenance
- Fix Github token (#80), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos