Skip to content

v1.8.0

Compare
Choose a tag to compare
@andrewimm andrewimm released this 18 Mar 23:16
· 1394 commits to alpha since this release

New Features:

  • Live Queries, allowing clients to subscribe to live updates from a parse-server instance
  • Parse.Object now has a newInstance() 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 the installationId 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.