v1.8.0
New Features:
- Live Queries, allowing clients to subscribe to live updates from a
parse-serverinstance Parse.Objectnow has anewInstance()method, which creates a duplicate copy of any object- Complete compatibility with ES6 promises, adding
.all(),.race(), and.catch() - Custom Installation Ids can be passed to
User.signUp()with theinstallationIdoption, for servers that process signup requests from clients - Destroying the current user will also log you out
Also, test coverage of Promises was significantly increased, and a large suite of integration tests against parse-server were introduced as part of the TravisCI build process.