v1.8.0
New Features:
- Live Queries, allowing clients to subscribe to live updates from a
parse-server
instance Parse.Object
now 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 theinstallationId
option, 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.