Releases: parse-community/Parse-SDK-JS
Releases · parse-community/Parse-SDK-JS
2.7.1
07 Sep 17:12
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
2.5.0
11 Jul 23:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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 )
2.3.1
29 Mar 17:57
Compare
Sorry, something went wrong.
No results found
Improvements :
_linkWith and _unlinkFrom support MasterKey and SessionToken options (#767 )
Fixes :
File uri upload for Browser / React-Native (#765 )
Miscellaneous :
Correct homepage in package.json (#9e198b3 )
Add Issues template for opening GitHub Issue (#760 )
Add Public email address to satisfy an npmjs requirement (#764 )
2.3.0
27 Mar 16:45
Compare
Sorry, something went wrong.
No results found
Breaking Changes :
query.subscribe() and unsubscribe()returns Promise.
Improvements :
LocalDatastore fixes for React-Native (#753 )
LocalDatastore update from Server (#734 )
Support for Anonymous Users (#750 )
File upload via uri (#749 )
Add support to secured endpoints throught Authorization header (#358 )
Remove authResponse in FacebookUtils (#728 )
UserSubclass.logIn and UserSubclass.signUp returns subclass (#756 )
Subscribe to multiple LiveQuery subscriptions (#758 )
2.2.1
22 Feb 17:46
Compare
Sorry, something went wrong.
No results found
Fixes :
Addresses critical issue with babel runtime regenerator (#740 )