Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit d8cb393

Browse files
committed
changelog
1 parent 798cb5f commit d8cb393

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
Remove TODO for onDetachedFromActivity method
44

5+
# 0.1.5
6+
7+
Remove interface in ios, fix build bugs
8+
9+
# 0.1.4
10+
11+
Update to latest Optimizely sdks, add new functions
12+
13+
# 0.1.3
14+
15+
Tests running and passing on latest Dart release 2.0.5
16+
Migration to null safety as detailed here: https://dart.dev/null-safety/migration-guide#step2-migrate
17+
Thanks to @afermin for the update with PR #11 🙏
18+
19+
# 0.1.2
20+
21+
Added asynchronous initialization as described here: https://docs.developers.optimizely.com/full-stack/docs/initialize-sdk-android#section-asynchronous-initialization
22+
23+
# 0.1.1
24+
25+
Mark plugin methods as non-static to help with testing.
26+
527
# 0.1.0
628

729
Initial release.

0 commit comments

Comments
 (0)