Skip to content

Releases: parse-community/Parse-SDK-JS

2.9.1

14 Nov 20:11
a9c3000
Compare
Choose a tag to compare

Fixes

2.9.0

07 Nov 17:58
6227aa9
Compare
Choose a tag to compare

Deprecation
_linkWith and _logInWith are deprecated. Replace with linkWith and logInWith respectively. (#963)

New Features

  • Set Class Level Permission via Parse.Schema (#960)
  • Set required fields and default values via Parse.Schema (#961)
  • Add installationId to LiveQuery (#977)
  • Add response object to LiveQuery (#979)
  • Support query.map, query.filter, query.reduce (#987)

Fixes

  • Can unlink without provider in cloud code (#971)
  • Properly store User Subclass in Storage (#978)

Improvements

  • User subclass support for logInWith, hydrate, me, current (#968)
  • Remove unused options from Parse.Schema (#959)
  • Documentation for linking users and custom auth (#963)
  • Generate installationId as uuid v4 (#972)
  • Reuse StorageController for LDS (#984)
  • LiveQuery reconnect on server error (#977)

2.8.0

15 Oct 19:33
b8b75ef
Compare
Choose a tag to compare

New Features

  • Parse.File save cancel (#948)
  • Parse.File getData cancel (#951)

Fixes

  • React Native Emitter module (#946)
  • Parse.Schema deleteIndex, deleteField returns Parse.Schema (#949)

Improvements

  • Compiling on Windows (#947)
  • Generate _localId as UUID (#956)

2.7.1

07 Sep 17:12
719e98f
Compare
Choose a tag to compare

New Features

  • Support for ParseConfig.save with masterKeyOnlyFlags option (#910) (Requires Parse-Server 3.8.0+)
  • Support for ParseConfig.get with useMasterKey option (#907)

2.7.0

28 Aug 20:55
Compare
Choose a tag to compare

New Features

  • Support for ParseObject.fetchAllIfNeededWithInclude (#900)
  • Support for ParseObject.exists (#898)
  • Support for ParseObject.save with cascadeSave option (#881)

Fixes

  • ParseUser.become should return subclass (#897)
  • Ensure LiveQuery subscribes before returning subscription (#878)

Improvements

  • Remove deprecated @babel/polyfill (#877)

2.6.0

29 Jul 04:41
2f809ea
Compare
Choose a tag to compare

New Features:
- Support configurable WebSocketController (#64f359a)
- Support for WeChat Mini Program (#874)
- Support withCount query constraint (#868)

Improvements:
- Fix SERVER_RENDERING environment variable (#873)

2.5.1

12 Jul 00:06
Compare
Choose a tag to compare
  • Update NPM credentials

2.5.0

11 Jul 23:03
Compare
Choose a tag to compare

New Features:

  • Support query exclude keys (#857)
  • Support query read preference (#855)
  • Support object isDataAvailable (#856)

Improvements:

  • Add options for AnonymousUtils (#860)
  • Stateless UserController (#846)
  • Fix Facebook login isExisted (#845)
  • Allow any Blob to be uploaded (#837)
  • Support _linkWith if no provider (#810)
  • LDS: Improve querying dates (#808)
  • Support testing on Windows (#808)
  • Support installing SDK from branch (#821)

2.4.0

24 Apr 21:19
3941798
Compare
Choose a tag to compare

New Features:

  • LocalDatastore: Support Users (#801)
  • LiveQuery subscribe with sessionToken (#791)

Improvements:

  • LocalDatastore: Improve pinning unsaved objects (#795)
  • LocalDatastore: Improve error handling (#803)

Dependency Updates:

Development Dependency Updates:

2.3.2

04 Apr 02:34
582635e
Compare
Choose a tag to compare

Improvements:

  • Support getData from Parse.File (#780)
  • Parse.FacebookUtils logIn and link support MasterKey and SessionToken options (#779)

Fixes:

  • Remove node modules http and https from React-Native build (#776)