|
| 1 | +# Optimizely Flutter SDK Changelog |
| 2 | +## [1.0.0-beta] - November 3rd, 2022 |
| 3 | +**Beta release of the Optimizely X Full Stack Flutter SDK.** |
1 | 4 |
|
2 | | -## [0.1.2-beta] - October 28th, 2022 |
3 | | -### Beta release of the Optimizely X Full Stack Flutter SDK. |
4 | | -### New Feature |
5 | | -* Added optional parameter to set defaultDecideOption in the flutter SDK. ([#40](https://github.com/optimizely/optimizely-flutter-sdk/pull/40)) |
| 5 | +### New Features |
| 6 | +* Following are the api's added in Flutter SDK: |
| 7 | + - activate |
| 8 | + - getVariation |
| 9 | + - getForcedVariation |
| 10 | + - setForcedVariation |
| 11 | + - getOptimizelyConfig |
| 12 | + - createUserContext |
| 13 | + - close |
6 | 14 |
|
7 | | -### Bug Fix |
8 | | -* fixed a crash for nil featureEnabled. ([#39](https://github.com/optimizely/optimizely-flutter-sdk/pull/39)) |
| 15 | +* Following are the notification listener's added in Flutter SDK: |
| 16 | + - addActivateNotificationListener |
| 17 | + - addDecisionNotificationListener |
| 18 | + - addTrackNotificationListener |
| 19 | + - addLogEventNotificationListener |
| 20 | + - addConfigUpdateNotificationListener |
| 21 | + - removeNotificationListener |
| 22 | + - clearNotificationListeners |
| 23 | + - clearAllNotificationListeners |
9 | 24 |
|
10 | | -## [0.1.1-beta] - October 26th, 2022 |
11 | | -### Beta release of the Optimizely X Full Stack Flutter SDK. |
12 | | -*Following are the listener related methods added in Flutter SDK.* |
13 | | -* removeNotificationListener |
14 | | -* clearNotificationListeners |
15 | | -* clearAllNotificationListeners |
16 | | - |
17 | | -## [0.1.0-beta] - October 6th, 2022 |
18 | | -### Beta release of the Optimizely X Full Stack Flutter SDK. |
19 | | -*Following are the apis added in Flutter SDK.* |
20 | | -* activate |
21 | | -* getVariation |
22 | | -* getForcedVariation |
23 | | -* setForcedVariation |
24 | | -* getOptimizelyConfig |
25 | | -* createUserContext |
26 | | -* close |
27 | | - |
28 | | -*Following are the listeners added in Flutter SDK.* |
29 | | -* addActivateNotificationListener |
30 | | -* addTrackNotificationListener |
31 | | -* addLogEventNotificationListener |
32 | | -* addConfigUpdateNotificationListener |
33 | | - |
34 | | -### **Documentation will be available soon in final release** |
| 25 | +* Following are the api's added in UserContext: |
| 26 | + - getUserId |
| 27 | + - getAttributes |
| 28 | + - setAttributes |
| 29 | + - trackEvent |
| 30 | + - decide |
| 31 | + - decideForKeys |
| 32 | + - decideAll |
| 33 | + - setForcedDecision |
| 34 | + - getForcedDecision |
| 35 | + - removeForcedDecision |
| 36 | + - removeAllForcedDecisions |
0 commit comments