Skip to content

Release 3.0.2

Compare
Choose a tag to compare
@jaeopt jaeopt released this 28 Feb 18:24
· 50 commits to master since this release
0e2f2bf

3.0.2

February 27th, 2019

This release removes type casting in Swift to NSObject in user attributes

New Features

  • No new features for this patch release.

Bug Fixes:

  • Change all instances of attributes and eventTags from NSDictionary<NSString*,NSObject*> to NSDictionary<NSString*,id>