2.9.0
Deprecation
_linkWith
and _logInWith
are deprecated. Replace with linkWith
and logInWith
respectively. (#963)
New Features
- Set Class Level Permission via Parse.Schema (#960)
- Set required fields and default values via Parse.Schema (#961)
- Add installationId to LiveQuery (#977)
- Add response object to LiveQuery (#979)
- Support query.map, query.filter, query.reduce (#987)
Fixes
Improvements