Releases: parse-community/Parse-SDK-JS
Releases · parse-community/Parse-SDK-JS
3.5.0-alpha.7
Bug Fixes
- React Native build does not maintain arrow functions and causes error with AsyncStorage (#1587) (8aeaa4f)
3.5.0-beta.1
Bug Fixes
Parse.User.signUp()
does not pass context to Cloud Code (#1527) (53edcfd)
Schema.addField
does not correctly add value of type Date
(#1544) (15111f7)
- creating a Parse.File with base64 string fails for some encodings (#1517) (0439862)
- initialization fails in non-browser environment that doesn't support
indexedDB
(#1569) (3560a5e)
- remove base64 validation due to validation inefficiency (#1543) (473949d)
Features
- add
json
option to Parse.Query.each()
(#1539) (89fd5ec)
- generate
Parse.Object.objectId
automatically when allowCustomObjectId
is enabled and no objectId
is passed (#1540) (68f3ff5)
- localDatastore support for unsorted distance queries (#1570) (ea3e75f)
3.5.0-alpha.6
Bug Fixes
- initialization fails in non-browser environment that doesn't support
indexedDB
(#1569) (3560a5e)
3.5.0-alpha.5
Features
- localDatastore support for unsorted distance queries (#1570) (ea3e75f)
3.5.0-alpha.4
Features
- generate
Parse.Object.objectId
automatically when allowCustomObjectId
is enabled and no objectId
is passed (#1540) (68f3ff5)
3.5.0-alpha.3
Bug Fixes
Schema.addField
does not correctly add value of type Date
(#1544) (15111f7)
3.5.0-alpha.2
Bug Fixes
- remove base64 validation due to validation inefficiency (#1543) (473949d)
3.5.0-alpha.1
Features
- add
json
option to Parse.Query.each()
(#1539) (89fd5ec)
- add json option to query.each (299fb0d)
3.4.4
3.4.4 (2022-09-02)
Bug Fixes
- subscription to a LiveQuery containing
ParseQuery.select
overrides properties (#1488) (b80eee4)
3.4.4-alpha.2
Bug Fixes
Parse.User.signUp()
does not pass context to Cloud Code (#1527) (53edcfd)