Releases: parse-community/Parse-SDK-JS
Releases · parse-community/Parse-SDK-JS
v1.6.12
v1.6.11
Changes:
- Fixed a false detection of a Promise in
Promise.is
- Modified FacebookUtils to work better with React Native
CoreManager.get('VERSION')
now appends 'js' to thepackage.json
versionRestController
no longer automatically prepends'/1/'
to SDK paths
v1.6.9
Included changes:
- Fixed a case where a failed save would later require a successful save before later changes were sent to the server.
- Adds an option to ignore validation when creating an object or setting attributes
- Calling
logOut
is only resolved after the AJAX request completes, not after the disk entry is deleted.
v1.6.8
- Fixes object encoding for deeply-nested objects
- Strips anonymous
authData
when a username is set (only useful for Cloud Code) - Exposes
Parse.Promise.enableAPlusCompliant()
andParse.Promise.disableAPlusCompliant()
, to make the exception handling follow the A+ spec. - Retries on connection failure in Node.js, and returns human-friendly errors when this fails.
- Allow custom session tokens to be used when calling cloud functions
v1.6.7
v1.6.6
v1.6.5
v1.6.4
- Fixed an issue with the return result of ParseRelation.add
- Fixed a case where encoding Parse Objects could result in a stack overflow
- Allow user login on server environments, without touching the current user
- Also allow disabling current user once it had been enabled on server environments
- Passing the user to Backbone-style callbacks on login failure
- Fix a FB login error
- Some general documentation cleanup
Build process:
- Leveraging Babel plugin for injecting variables from package.json
- Including
PATENTS.md
and the compileddist/
releases in the npm module