Skip to content

Release 4.0.3

Latest
Compare
Choose a tag to compare
@borgified borgified released this 24 Apr 22:59
· 9 commits to master since this release
5cead37

4.0.3

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>