Skip to content

Releases: parse-community/Parse-SDK-JS

v1.6.12

17 Dec 19:11
Compare
Choose a tag to compare

Changes:

  • Fix a case where ACLs set in beforeSave calls would become null on the client
  • Ensure that query results do not override the className of returned objects for rare cases when it is provided by the server

v1.6.11

16 Dec 23:00
Compare
Choose a tag to compare

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 the package.json version
  • RestController no longer automatically prepends '/1/' to SDK paths

v1.6.9

10 Nov 22:43
Compare
Choose a tag to compare

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

29 Oct 23:03
Compare
Choose a tag to compare
  • Fixes object encoding for deeply-nested objects
  • Strips anonymous authData when a username is set (only useful for Cloud Code)
  • Exposes Parse.Promise.enableAPlusCompliant() and Parse.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

14 Oct 18:57
Compare
Choose a tag to compare

Continuation of v1.6.6 fixes. This ensures that nested objects returned from cloud code properly encode their createdAt / updatedAt fields.

v1.6.6

13 Oct 22:54
Compare
Choose a tag to compare

Modifies a previous bugfix that led Cloud Code to only return pointers. With v1.6.6, the SDK properly encodes cycles while still including any .include()-ed objects.

v1.6.5

13 Oct 22:52
Compare
Choose a tag to compare

Bug fixes:

  • Make sure objects inflated from fromJSON() are marked as previously existing
  • Properly decode ACL fields when inflating JSON objects
  • Querying for 'User' objects obeys the global rewrite flag (when enabled, it rewrites 'User' to '_User'

v1.6.4

28 Sep 22:41
Compare
Choose a tag to compare
  • 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 compiled dist/ releases in the npm module