Skip to content

Releases: parse-community/Parse-SDK-JS

1.11.1

06 Mar 18:11
2364019

Choose a tag to compare

v1.11.1

:zap: Release 1.11.1 (#553)

v1.11.0

03 Dec 05:23
ee33c48

Choose a tag to compare

1.11.0

⚠️ Starting 1.11.0, the Parse SDK does not provide automatically the AsyncStorage for ReactNative.
Please call Parse.setAsyncStorage(AsyncStorage) in order to restore the functionality.

  • Adds support for fields in LiveQuery.
  • Adds support for Parse Schema
  • Adds support for Parse.Aggregates
  • Fixes React Native support

v1.10.2

09 Nov 02:22

Choose a tag to compare

• Updates ws to version 3.3.1

v1.10.0

26 Jun 17:19

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

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

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

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

Choose a tag to compare

Fixes

  • Properly detect websockets in Safari and UIWebView

v1.8.3

12 May 21:49

Choose a tag to compare

Fixes:

  • EventEmitter subscription works on RN

v1.8.2

11 Apr 20:44

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