Skip to content

Releases: parse-community/Parse-SDK-JS

v1.10.0

26 Jun 17:19
Compare
Choose a tag to compare
  • Restoring functionality with the latest RN.
  • Adds Parse.Query.fromJSON to build queries
  • Fixes issue affecting cached data with selected queries and skipped fields
  • Improves string representations of Parse.Error

v1.9.2

27 Sep 01:17
Compare
Choose a tag to compare

No API changes, but restructuring the build system.
Upgraded custom Babel plugins, upgraded Babel, upgraded Jest.
Restoring functionality with the latest RN.

v1.9.1

04 Aug 18:28
Compare
Choose a tag to compare

Fixes:

  • Correct detection of Electron environments
  • Allow custom specification of Content-Type on file uploads
  • Ensure that set() calls in initialize() work in single-instance mode

Under the hood:

  • All code once again passes Flow typechecking
  • Cleaned up some of the CoreManager logic

v1.8.5

12 May 21:51
Compare
Choose a tag to compare

Fixes

  • The auto-detected websocket URI is upgraded to WSS if the Parse Server is on HTTPS

v1.8.4

12 May 21:50
Compare
Choose a tag to compare

Fixes

  • Properly detect websockets in Safari and UIWebView

v1.8.3

12 May 21:49
Compare
Choose a tag to compare

Fixes:

  • EventEmitter subscription works on RN

v1.8.2

11 Apr 20:44
Compare
Choose a tag to compare
  • Fix React Native support for Live Queries.
  • Ensure traverse is only called on objects
  • Ensure current user's token is not lost on refetch
  • Tests added for session preservation and array of string

v1.8.1

19 Mar 07:32
Compare
Choose a tag to compare

Fixes an issue with explicit dependencies on React Native.

v1.8.0

18 Mar 23:16
Compare
Choose a tag to compare

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.

v1.7.1

18 Feb 02:30
Compare
Choose a tag to compare

Changes:

  • Force strings as inputs for username and password at login
  • Adds an option to force https when retrieving the url for a Parse File: file.url({ forceSecure: true })
  • Run in browser compatibility mode in Electron

Fixes:

  • Make sure old, deleted fields are removed when fetching from the server
  • Ensure clone() works with readonly properties