-
-
Notifications
You must be signed in to change notification settings - Fork 596
build: release beta #1584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: release beta #1584
Conversation
## [3.4.4-alpha.1](parse-community/Parse-SDK-JS@3.4.3...3.4.4-alpha.1) (2022-07-28) ### Bug Fixes * creating a Parse.File with base64 string fails for some encodings ([parse-community#1517](parse-community#1517)) ([0439862](parse-community@0439862)) * subscription to a LiveQuery containing `ParseQuery.select` overrides properties ([parse-community#1488](parse-community#1488)) ([b80eee4](parse-community@b80eee4))
## [3.4.4-alpha.2](parse-community/Parse-SDK-JS@3.4.4-alpha.1...3.4.4-alpha.2) (2022-08-16) ### Bug Fixes * `Parse.User.signUp()` does not pass context to Cloud Code ([parse-community#1527](parse-community#1527)) ([53edcfd](parse-community@53edcfd))
# [3.5.0-alpha.1](parse-community/Parse-SDK-JS@3.4.4-alpha.2...3.5.0-alpha.1) (2022-09-08) ### Features * add `json` option to `Parse.Query.each()` ([parse-community#1539](parse-community#1539)) ([89fd5ec](parse-community@89fd5ec)) * add json option to query.each ([299fb0d](parse-community@299fb0d))
# [3.5.0-alpha.2](parse-community/Parse-SDK-JS@3.5.0-alpha.1...3.5.0-alpha.2) (2022-09-12) ### Bug Fixes * remove base64 validation due to validation inefficiency ([parse-community#1543](parse-community#1543)) ([473949d](parse-community@473949d))
# [3.5.0-alpha.3](parse-community/Parse-SDK-JS@3.5.0-alpha.2...3.5.0-alpha.3) (2022-09-14) ### Bug Fixes * `Schema.addField` does not correctly add value of type `Date` ([parse-community#1544](parse-community#1544)) ([15111f7](parse-community@15111f7))
…mObjectId` is enabled and no `objectId` is passed (parse-community#1540)
# [3.5.0-alpha.4](parse-community/Parse-SDK-JS@3.5.0-alpha.3...3.5.0-alpha.4) (2022-09-21) ### Features * generate `Parse.Object.objectId` automatically when `allowCustomObjectId` is enabled and no `objectId` is passed ([parse-community#1540](parse-community#1540)) ([68f3ff5](parse-community@68f3ff5))
# [3.5.0-alpha.5](parse-community/Parse-SDK-JS@3.5.0-alpha.4...3.5.0-alpha.5) (2022-10-11) ### Features * localDatastore support for unsorted distance queries ([parse-community#1570](parse-community#1570)) ([ea3e75f](parse-community@ea3e75f))
# [3.5.0-alpha.6](parse-community/Parse-SDK-JS@3.5.0-alpha.5...3.5.0-alpha.6) (2022-10-13) ### Bug Fixes * initialization fails in non-browser environment that doesn't support `indexedDB` ([parse-community#1569](parse-community#1569)) ([3560a5e](parse-community@3560a5e))
Thanks for opening this pull request!
|
Codecov ReportBase: 99.94% // Head: 99.93% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## beta #1584 +/- ##
==========================================
- Coverage 99.94% 99.93% -0.02%
==========================================
Files 61 61
Lines 5955 5965 +10
Branches 1358 1364 +6
==========================================
+ Hits 5952 5961 +9
- Misses 3 4 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
🎉 This change has been released in version 3.5.0-beta.1 |
🎉 This change has been released in version 3.5.0-alpha.7 |
🎉 This change has been released in version 3.5.0 |
No description provided.