Releases: croct-tech/sdk-js
Releases · croct-tech/sdk-js
0.2.0-alpha.6
What's Changed
🚀 Features
- Add support for function type validation (#77), thanks marcospassos!
- Add support for object type validation (#76), thanks marcospassos!
🔧 Enhancements
- Add validation schema for loggers (#78), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos
0.2.0-alpha.5
What's Changed
🚀 Features
- Add support for object subtype validation (#72), thanks marcospassos!
🚧 Maintenance
- 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!
🎉 Thanks to all contributors helping with this release:
@marcospassos
0.2.0-alpha.4
What's Changed
🚧 Maintenance
- Fix logo URL (#66), thanks marcospassos!
- Fix release workflow (#65), thanks marcospassos!
- Prepare SDK for public release (#64), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos
0.2.0-alpha.3
What's Changed
🐞 Bug Fixes
- Fix logging index export (#63), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos
0.2.0-alpha.2
What's Changed
🐞 Bug Fixes
- Fix index exports and NPM inclusion pattern (#62), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos
0.2.0-alpha.1
What's Changed
🐞 Bug Fixes
- Make personalizationId and details optional for EventOccurred (#59), thanks marcospassos!
🚧 Maintenance
- 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
0.1.4
What's Changed
🔧 Enhancements
- Export Tab object (#56), thanks marcospassos!
- Allow passing a custom logger to SDK Facade (#55), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos
0.1.3
What's Changed
🔧 Enhancements
- Rename storage concepts for better clarity (#54), thanks marcospassos!
- Use lexicographically sortable UUIDs for identifying tabs (#53), thanks marcospassos!
- Deprecate event
personalizationApplied
in favor ofeventOccurred
(#51), thanks marcospassos!
🐞 Bug Fixes
- Remove deprecated
cartId
field (#50), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos
0.1.2
What's Changed
🐞 Bug Fixes
- Fix URIs escaping for events and evaluations (#48), thanks marcospassos!
🎉 Thanks to all contributors helping with this release:
@marcospassos
0.1.1
What's Changed
- Update readme (#45), thanks marcospassos!
🐞 Bug Fixes
- Unescape URIs for events and evaluation (#46), thanks marcospassos!
🚧 Maintenance
- Fix security vulnerability (#44), thanks marcospassos!
- Trigger Github actions only for PRs (#43), thanks Fryuni!
🎉 Thanks to all contributors helping with this release:
@Fryuni and @marcospassos