Skip to content

4.1.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 07 Feb 07:21
· 66 commits to main since this release
c8252bc

Full Changelog

Improvements

  • Let the OS and developer decide if app tracking authorization is required when using ParseAnalytics. ParseAnalytics can now take any Codable value in its' dimensions instead of just strings. Added a new property "date" to ParseAnalytics. The "at" property will be deprecated in ParseSwift 5.0.0, so developers should switch to "date". ParseAnalytics can now be properly decoded after encoding with a JSONEncoder. This is useful if ParseAnalytics need to be stored locally and sent to the server later (#341), thanks to @cbaker6