Skip to content

Releases: parse-community/Parse-SDK-JS

5.0.0-alpha.3

11 Mar 18:37
Compare
Choose a tag to compare
5.0.0-alpha.3 Pre-release
Pre-release

5.0.0-alpha.3 (2024-03-11)

Features

  • Add comment to MongoDB query via Parse.Query.comment (#2088) (a970913)

5.0.0-alpha.2

10 Mar 14:41
Compare
Choose a tag to compare
5.0.0-alpha.2 Pre-release
Pre-release

5.0.0-alpha.2 (2024-03-10)

Features

BREAKING CHANGES

  • Parse JS SDK 5 requires Parse Server 7 and is incompatible with Parse Server 6. (86600bc)

5.0.0-alpha.1

09 Mar 16:25
Compare
Choose a tag to compare
5.0.0-alpha.1 Pre-release
Pre-release

5.0.0-alpha.1 (2024-03-09)

Features

  • Add support for Node 20, remove support for Node 14 and 16 (#2063) (74eb4d5)

BREAKING CHANGES

  • Removes support for Node 14 and 16. (74eb4d5)

4.3.1-alpha.2

15 Feb 12:37
Compare
Choose a tag to compare
4.3.1-alpha.2 Pre-release
Pre-release

4.3.1-alpha.2 (2024-02-15)

Bug Fixes

  • Calling Parse.Object.relation.add multiple times adds only the first object (#2078) (0f98117)

4.3.1

18 Nov 14:13
Compare
Choose a tag to compare

4.3.1 (2023-11-18)

Bug Fixes

  • Connection failure in Parse.Object.saveEventually and Parse.Object.destroyEventually not handled on custom Parse.Error.CONNECTION_FAILURE message (#2032) (4da3ebc)
  • Docs fail with Cannot find module 'taffydb' (#2036) (dc91d0f)
  • Error in web context when window.indexedDB API is available but protected (#2039) (360981f)
  • Security upgrade browserify-sign from 4.2.1 to 4.2.2 (#2043) (fd50b9d)
  • Security upgrade crypto-js from 4.1.1 to 4.2.0 (#2042) (681fbdf)

4.3.1-alpha.1

18 Nov 14:45
Compare
Choose a tag to compare
4.3.1-alpha.1 Pre-release
Pre-release

4.3.1-alpha.1 (2023-11-18)

Bug Fixes

  • Connection failure in Parse.Object.saveEventually and Parse.Object.destroyEventually not handled on custom Parse.Error.CONNECTION_FAILURE message (#2032) (4da3ebc)
  • Docs fail with Cannot find module 'taffydb' (#2036) (dc91d0f)
  • Error in web context when window.indexedDB API is available but protected (#2039) (360981f)
  • Security upgrade browserify-sign from 4.2.1 to 4.2.2 (#2043) (fd50b9d)
  • Security upgrade crypto-js from 4.1.1 to 4.2.0 (#2042) (681fbdf)

4.3.1-beta.1

16 Nov 15:01
Compare
Choose a tag to compare
4.3.1-beta.1 Pre-release
Pre-release

4.3.1-beta.1 (2023-11-16)

Bug Fixes

  • Connection failure in Parse.Object.saveEventually and Parse.Object.destroyEventually not handled on custom Parse.Error.CONNECTION_FAILURE message (#2032) (4da3ebc)
  • Docs fail with Cannot find module 'taffydb' (#2036) (dc91d0f)
  • Error in web context when window.indexedDB API is available but protected (#2039) (360981f)
  • Security upgrade browserify-sign from 4.2.1 to 4.2.2 (#2043) (fd50b9d)
  • Security upgrade crypto-js from 4.1.1 to 4.2.0 (#2042) (681fbdf)

4.3.0

16 Nov 14:42
Compare
Choose a tag to compare

4.3.0 (2023-11-16)

Bug Fixes

  • ParseUser.linkWith doesn't remove anonymous auth data (#2007) (7e2585c)
  • Hard-coding of react-native path does not work for workspace builds (#1930) (8222f3c)

Features

  • Add Bytes type to Parse.Schema (#2001) (343d0d7)
  • Add Cloud Code context accessibility to ParseUser.logIn (#2010) (2446007)
  • Add support for custom EventEmitter (#1999) (ca568a6)
  • Add support for excluding keys in ParseQuery.findAll (#2000) (012ba4c)
  • Add support to invoke a Cloud Function with a custom installationId via Parse.Cloud.run (#1939) (eb70b93)
  • Allow overriding Parse.Error message with custom message via new Core Manager option PARSE_ERRORS (#2014) (be0c8a6)
  • Login with username, password and additional authentication data via ParseUser.logInWithAdditionalAuth (#1955) (2bad411)

4.3.0-alpha.6

28 Oct 15:56
Compare
Choose a tag to compare
4.3.0-alpha.6 Pre-release
Pre-release

4.3.0-alpha.6 (2023-10-28)

Bug Fixes

  • Security upgrade browserify-sign from 4.2.1 to 4.2.2 (#2043) (fd50b9d)

4.3.0-alpha.5

26 Oct 15:30
Compare
Choose a tag to compare
4.3.0-alpha.5 Pre-release
Pre-release

4.3.0-alpha.5 (2023-10-26)

Bug Fixes

  • Security upgrade crypto-js from 4.1.1 to 4.2.0 (#2042) (681fbdf)