Skip to content

Releases: parse-community/Parse-SDK-JS

5.2.0

29 Jun 14:12
Compare
Choose a tag to compare

5.2.0 (2024-06-29)

Bug Fixes

  • LiveQueryClient.resubscribe with Parse Server 7 causes many open connections (#2184) (71b4d17)
  • Parse.Installation not working when installation is deleted on server (#2126) (22360b4)
  • Dot notation on JSON arrays doesn't work on PushStatus offset fields (#2194) (e0eb6f0)
  • Duplicate pending operations on nested fields (#2162) (df6df7c)

Features

5.2.0-beta.2

29 Jun 14:06
Compare
Choose a tag to compare
5.2.0-beta.2 Pre-release
Pre-release

5.2.0-beta.2 (2024-06-29)

Bug Fixes

  • Dot notation on JSON arrays doesn't work on PushStatus offset fields (#2194) (e0eb6f0)

5.2.0-alpha.4

28 Jun 22:43
Compare
Choose a tag to compare
5.2.0-alpha.4 Pre-release
Pre-release

5.2.0-alpha.4 (2024-06-28)

Bug Fixes

  • Dot notation on JSON arrays doesn't work on PushStatus offset fields (#2194) (e0eb6f0)

5.2.0-beta.1

24 Jun 20:49
Compare
Choose a tag to compare
5.2.0-beta.1 Pre-release
Pre-release

5.2.0-beta.1 (2024-06-24)

Bug Fixes

  • LiveQueryClient.resubscribe with Parse Server 7 causes many open connections (#2184) (71b4d17)
  • Parse.Installation not working when installation is deleted on server (#2126) (22360b4)
  • Duplicate pending operations on nested fields (#2162) (df6df7c)

Features

5.2.0-alpha.3

24 Jun 20:29
Compare
Choose a tag to compare
5.2.0-alpha.3 Pre-release
Pre-release

5.2.0-alpha.3 (2024-06-24)

Bug Fixes

  • LiveQueryClient.resubscribe with Parse Server 7 causes many open connections (#2184) (71b4d17)

5.2.0-alpha.2

07 Jun 10:01
Compare
Choose a tag to compare
5.2.0-alpha.2 Pre-release
Pre-release

5.2.0-alpha.2 (2024-06-07)

Bug Fixes

  • Duplicate pending operations on nested fields (#2162) (df6df7c)

5.2.0-alpha.1

17 May 18:12
Compare
Choose a tag to compare
5.2.0-alpha.1 Pre-release
Pre-release

5.2.0-alpha.1 (2024-05-17)

Features

5.1.1-alpha.1

16 May 20:55
Compare
Choose a tag to compare
5.1.1-alpha.1 Pre-release
Pre-release

5.1.1-alpha.1 (2024-05-16)

Bug Fixes

  • Parse.Installation not working when installation is deleted on server (#2126) (22360b4)

5.1.0

16 May 13:22
Compare
Choose a tag to compare

5.1.0 (2024-05-16)

Bug Fixes

  • Parse.GeoPoint.current returns undefined (#2127) (3860535)
  • Chrome browser console warning about unsafe header access-control-expose-headers when calling Cloud Function (#2095) (7b73c03)
  • Live Query not working on Expo React Native (#2109) (7a89665)
  • Local datastore throws error when Parse.Query.notEqualTo is set to null (#2102) (6afd32a)
  • Multiple object updates of nested keys overwrite each other (#1451) (fa4341a)
  • Pending updates to nested field causes ParseObject.toJSON() to return incorrect object (#1453) (23cc573)
  • Remove circular dependencies (#2125) (b415165)

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)
  • Allow setting custom queue for handling offline operations via Parse.EventuallyQueue (#2106) (f92e4d4)
  • Improve installation object Parse.Installation.currentInstallation to support web push notifications (#2119) (4fc62ce)
  • Lazy load Parse.CoreManager controllers to add support for swappable CryptoController, LocalDatastoreController, StorageController, WebSocketController, ParseLiveQuery (#2100) (fbd0ab1)

5.1.0-beta.1

16 May 12:25
Compare
Choose a tag to compare
5.1.0-beta.1 Pre-release
Pre-release

5.1.0-beta.1 (2024-05-16)

Bug Fixes

  • Parse.GeoPoint.current returns undefined (#2127) (3860535)
  • Chrome browser console warning about unsafe header access-control-expose-headers when calling Cloud Function (#2095) (7b73c03)
  • Live Query not working on Expo React Native (#2109) (7a89665)
  • Local datastore throws error when Parse.Query.notEqualTo is set to null (#2102) (6afd32a)
  • Multiple object updates of nested keys overwrite each other (#1451) (fa4341a)
  • Pending updates to nested field causes ParseObject.toJSON() to return incorrect object (#1453) (23cc573)
  • Remove circular dependencies (#2125) (b415165)

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)
  • Allow setting custom queue for handling offline operations via Parse.EventuallyQueue (#2106) (f92e4d4)
  • Improve installation object Parse.Installation.currentInstallation to support web push notifications (#2119) (4fc62ce)
  • Lazy load Parse.CoreManager controllers to add support for swappable CryptoController, LocalDatastoreController, StorageController, WebSocketController, ParseLiveQuery (#2100) (fbd0ab1)