1.7.0
New:
Conversion.As()
API for converting between collections of various types is now public (#71)- Implemented new, better APIs for initialization of the SDK (#79)
- Can now change the server URL that the SDK points to (#147)
- Can now send delayed push notifications (thanks, @Julien-Mialon! #94)
- Now have alpha support for tvOS on Unity platforms (#144)
Fixed:
- Fixed bug with
ParseObject
properties such asACL
,ObjectId
(#98) - Can now handle date formats with any number of trailing zeroes (#84)
- ParseObject subclassing should work once again on Unity (#118, #123)
- Releases should now be properly strongly-signed again (#129)
- TimeZones of installations should now be properly reported regardless of device language on Unity and WinPhone (#148)