Releases: parse-community/Parse-SDK-JS
Releases · parse-community/Parse-SDK-JS
2.9.0
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
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
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
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
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.0
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
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
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)