Skip to content

Releases: parse-community/Parse-SDK-JS

5.1.0-alpha.1

31 Mar 17:01
Compare
Choose a tag to compare
5.1.0-alpha.1 Pre-release
Pre-release

5.1.0-alpha.1 (2024-03-31)

Features

  • Add password validation for user with unverified email via Parse.User.verifyPassword using master key and option ignoreEmailVerification: true (#2076) (b0adf7e)
  • Add support for setting Parse.ACL from json (#2097) (72bc9ac)

5.0.0-alpha.4

23 Mar 03:18
Compare
Choose a tag to compare
5.0.0-alpha.4 Pre-release
Pre-release

5.0.0-alpha.4 (2024-03-23)

Features

  • Add password validation for user with unverified email via Parse.User.verifyPassword using master key and option ignoreEmailVerification: true (#2076) (b0adf7e)

5.0.0

17 Mar 02:54
Compare
Choose a tag to compare

5.0.0 (2024-03-17)

Bug Fixes

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

Features

  • Add comment to MongoDB query via Parse.Query.comment (#2088) (a970913)
  • Add compatibility with Parse Server 7 (#2089) (86600bc)
  • Add support for Node 20, remove support for Node 14 and 16 (#2063) (74eb4d5)

BREAKING CHANGES

  • Parse JS SDK 5 requires Parse Server 7 and is incompatible with Parse Server 6. (86600bc)
  • Removes support for Node 14 and 16. (74eb4d5)

5.0.0-beta.1

17 Mar 02:44
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2024-03-17)

Bug Fixes

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

Features

  • Add comment to MongoDB query via Parse.Query.comment (#2088) (a970913)
  • Add compatibility with Parse Server 7 (#2089) (86600bc)
  • Add support for Node 20, remove support for Node 14 and 16 (#2063) (74eb4d5)

BREAKING CHANGES

  • Parse JS SDK 5 requires Parse Server 7 and is incompatible with Parse Server 6. (86600bc)
  • Removes support for Node 14 and 16. (74eb4d5)

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)