2.10.0
New Features
- Add query.fromNetwork() (#1002)
- Add query.cancel() (browser only) (#1003)
- Support custom request headers (#1019)
Fixes
- To subclass Parse.User:
Parse.Object.registerSubclass('_User', CustomUser);
Security
- Address Security Advisory of possible leak of sensitive user info. (#d110617), big thanks to Colin Ulin for identifying the problem, following the vulnerability disclosure guidelines