Releases: plaidev/nativebrik-sdk
Releases · plaidev/nativebrik-sdk
ios.v0.7.0
What's Changed
- feat(ios): implement cache mechanisms by @t-jimbo in #94
- refactor(network): remove unnecessary whitespace and clean up code fo… by @RyosukeCla in #95
- refactor(cache): Changed the default value of cacheTime from 10 minutes to 24 hours to improve caching behavior and consistency across the application. by @RyosukeCla in #96
Full Changelog: v0.6.2...v0.7.0
flutter.v0.6.0
What's Changed
- feat(flutter): cache: introduce NativebrikCachePolicy and bump up version to 0.6.0 by @RyosukeCla in #97
Full Changelog: flutter.v0.5.0...flutter.v0.6.0
android.v0.3.0
What's Changed
- feat(android): implement cache mechanisms by @RyosukeCla in #93
- refactor(network): remove unnecessary whitespace and clean up code fo… by @RyosukeCla in #95
- refactor(cache): Changed the default value of cacheTime from 10 minutes to 24 hours to improve caching behavior and consistency across the application. by @RyosukeCla in #96
Full Changelog: android.v0.2.2...android.v0.3.0
ios.v0.6.2
What's Changed
- fix(ios): Make createVariableForTemplate method asynchronous in PageView because this will be error on swift 6 by @RyosukeCla in #88
- fix(ios): Enhance crash tracking for Flutter and Nativebrik SDK errors by @RyosukeCla in #89
- chore(ios): Bump SDK version to 0.6.2 by @RyosukeCla in #90
Full Changelog: v0.6.1...v0.6.2
flutter.v0.5.0
What's Changed
- feature(flutter): NativebrikCrashReport for flutter by @RyosukeCla in #92
Full Changelog: flutter.v0.4.0...flutter.v0.5.0
android.v0.2.2
What's Changed
- fix(android): Enhance crash tracking for Flutter and Nativebrik SDK errors and Bump up to 0.2.2 by @RyosukeCla in #91
Full Changelog: android.v0.2.1...android.v0.2.2
flutter.v0.4.0
What's Changed
- test(flutter): Update e2e and remove unused test files by @RyosukeCla in #84
- ci(flutter): Add GitHub Actions workflow for SDK testing by @RyosukeCla in #85
- feat(flutter): Add NativebrikDispatcher for event dispatching and Bump nativebrik_bridge package to version 0.4.0 by @RyosukeCla in #86
Full Changelog: flutter.v0.3.2...flutter.v0.4.0
Breaking Changes
- Migrate NativebrikBridge.dispatch to NativebrikDispatcher.dispatch. NativebrikBridge.dispatch is no longer available.
ios.v0.6.1
What's Changed
- feat(ios): Persist custom user properties in UserDefaults and bump up to 0.6.1 by @RyosukeCla in #81
Full Changelog: v0.6.0...v0.6.1
flutter.v0.3.2
What's Changed
- chore(flutter): Bump Nativebrik SDK version to 0.3.2. and update dependencies by @RyosukeCla in #83
Full Changelog: flutter.v0.3.1...flutter.v0.3.2
flutter.v0.3.1
What's Changed
- chore: update .gitignore by @t-jimbo in #79
- feat(flutter): add event dispatch method for flutter NativebrikBridge by @t-jimbo in #80
Full Changelog: flutter.v0.3.0...flutter.v0.3.1