Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@parseplatformorg parseplatformorg released this 17 Mar 02:54

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)