You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This the initial release of the Swift SDK. It is a pure Swift implementation take complete advantage of language features and performance. It supports objective-C as well through objective-c only API. It uses Swift 4.2 but we will be upgrading to 5.0 soon.
7
+
8
+
This modernized version of the SDK is meant to replace the Objective-C SDK.
9
+
10
+
### New Features
11
+
* No new features for this release. It supports all of the 3.1 features in all of Optimizély's SDKs.
12
+
13
+
### Bug Fixes:
14
+
* Change all instances of attributes and eventTags from NSDictionary<NSString*,NSObject*> to NSDictionary<NSString*,id>
0 commit comments