1.7.2
New features
- Added ability to send context with object by specifying it within options (#140), thanks to Corey Baker.
Fixes
- ParseFiles can't be updated from the client and will now throw an error if attempted. Instead another file should be created and the older file should be deleted by the developer. (#144), thanks to Corey Baker.
- Fixed issue where Swift SDK prevented fetching of Parse objects when custom objectId was enabled (#139), thanks to Corey Baker.
Improvements
- Add playground example of saving Parse objects with a custom objectId (#137), thanks to Corey Baker.
- Improved comparison of query constraints by comparing value (#140), thanks to Corey Baker.