File tree Expand file tree Collapse file tree 3 files changed +10
-22
lines changed
Expand file tree Collapse file tree 3 files changed +10
-22
lines changed Original file line number Diff line number Diff line change 1- ## 2.2.0-alpha.2
2-
3- ### Updates
4- * Changed ` onJWTError ` to ` onJwtError `
5- * Changed ` IterableRetryBackoff ` enum keys to be lowercase for consistency
6- across application
7-
8- ### Fixes
9- * Fixed Android ` retryInterval ` not being updated on re-initialization.
10-
11- ## 2.2.0-alpha.1
12-
13- ### Updates
14- * [ SDK-149] Added logout functionality
15-
16- ### Fixes
17- * [ SDK-151] Fixed "cannot read property authtoken of undefined" error
18-
19- ## 2.2.0-alpha.0
1+ ## 2.2.0
202
213### Updates
224- Updated Android SDK version to [ 3.6.2] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.6.2 )
279 - Added ` onJwtError ` and ` retryPolicy ` for control over JWT flow
2810- Moved all native calls to ` IterableApi.ts `
2911- Added JWT example to our example app
12+ - Changed ` onJWTError ` to ` onJwtError `
13+ - Changed ` IterableRetryBackoff ` enum keys to be lowercase for consistency
14+ across application
15+ - [ SDK-149] Added logout functionality
3016
3117### Fixes
3218- Created a standalone ` IterableLogger ` to avoid circular dependencies
19+ - [ SDK-151] Fixed "cannot read property authtoken of undefined" error
20+ - Fixed Android ` retryInterval ` not being updated on re-initialization.
3321
3422## 2.1.0
3523### Updates
36- * SDK is now compatible with both New Architecture and Legacy Architecture. Fix
24+ - SDK is now compatible with both New Architecture and Legacy Architecture. Fix
3725 for #691 , #602 , #563 .
3826
3927### Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @iterable/react-native-sdk" ,
3- "version" : " 2.2.0-alpha.1 " ,
3+ "version" : " 2.2.0" ,
44 "description" : " Iterable SDK for React Native." ,
55 "source" : " ./src/index.tsx" ,
66 "main" : " ./lib/module/index.js" ,
Original file line number Diff line number Diff line change 33 * It contains the version of the package
44 */
55export const buildInfo = {
6- version : '2.2.0-alpha.1 ' ,
6+ version : '2.2.0' ,
77} ;
You can’t perform that action at this time.
0 commit comments