-
-
Notifications
You must be signed in to change notification settings - Fork 597
build: Release #2133
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
Merged
Merged
build: Release #2133
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…se.User.verifyPassword` using master key and option `ignoreEmailVerification: true` (parse-community#2076)
# [5.0.0-alpha.4](parse-community/Parse-SDK-JS@5.0.0-alpha.3...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` ([parse-community#2076](parse-community#2076)) ([b0adf7e](parse-community@b0adf7e))
* release: chore(release): 5.0.0 [skip ci] empty
# [5.1.0-alpha.1](parse-community/Parse-SDK-JS@5.0.0...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` ([parse-community#2076](parse-community#2076)) ([b0adf7e](parse-community@b0adf7e)) * Add support for setting `Parse.ACL` from json ([parse-community#2097](parse-community#2097)) ([72bc9ac](parse-community@72bc9ac))
# [5.1.0-alpha.2](parse-community/Parse-SDK-JS@5.1.0-alpha.1...5.1.0-alpha.2) (2024-04-13) ### Bug Fixes * Local datastore throws error when `Parse.Query.notEqualTo` is set to `null` ([parse-community#2102](parse-community#2102)) ([6afd32a](parse-community@6afd32a))
…appable `CryptoController`, `LocalDatastoreController`, `StorageController`, `WebSocketController`, `ParseLiveQuery` (parse-community#2100)
# [5.1.0-alpha.3](parse-community/Parse-SDK-JS@5.1.0-alpha.2...5.1.0-alpha.3) (2024-04-14) ### Features * Lazy load `Parse.CoreManager` controllers to add support for swappable `CryptoController`, `LocalDatastoreController`, `StorageController`, `WebSocketController`, `ParseLiveQuery` ([parse-community#2100](parse-community#2100)) ([fbd0ab1](parse-community@fbd0ab1))
# [5.1.0-alpha.4](parse-community/Parse-SDK-JS@5.1.0-alpha.3...5.1.0-alpha.4) (2024-04-15) ### Bug Fixes * Live Query not working on Expo React Native ([parse-community#2109](parse-community#2109)) ([7a89665](parse-community@7a89665))
…ol-expose-headers` when calling Cloud Function (parse-community#2095)
# [5.1.0-alpha.5](parse-community/Parse-SDK-JS@5.1.0-alpha.4...5.1.0-alpha.5) (2024-04-22) ### Bug Fixes * Chrome browser console warning about unsafe header `access-control-expose-headers` when calling Cloud Function ([parse-community#2095](parse-community#2095)) ([7b73c03](parse-community@7b73c03))
…`Parse.EventuallyQueue` (parse-community#2106)
# [5.1.0-alpha.6](parse-community/Parse-SDK-JS@5.1.0-alpha.5...5.1.0-alpha.6) (2024-04-25) ### Features * Allow setting custom queue for handling offline operations via `Parse.EventuallyQueue` ([parse-community#2106](parse-community#2106)) ([f92e4d4](parse-community@f92e4d4))
# [5.1.0-alpha.7](parse-community/Parse-SDK-JS@5.1.0-alpha.6...5.1.0-alpha.7) (2024-05-01) ### Bug Fixes * Multiple object updates of nested keys overwrite each other ([parse-community#1451](parse-community#1451)) ([fa4341a](parse-community@fa4341a))
… return incorrect object (parse-community#1453)
# [5.1.0-alpha.8](parse-community/Parse-SDK-JS@5.1.0-alpha.7...5.1.0-alpha.8) (2024-05-02) ### Bug Fixes * Pending updates to nested field causes `ParseObject.toJSON()` to return incorrect object ([parse-community#1453](parse-community#1453)) ([23cc573](parse-community@23cc573))
…tion` to support web push notifications (parse-community#2119)
# [5.1.0-alpha.9](parse-community/Parse-SDK-JS@5.1.0-alpha.8...5.1.0-alpha.9) (2024-05-04) ### Features * Improve installation object `Parse.Installation.currentInstallation` to support web push notifications ([parse-community#2119](parse-community#2119)) ([4fc62ce](parse-community@4fc62ce))
# [5.1.0-alpha.10](parse-community/Parse-SDK-JS@5.1.0-alpha.9...5.1.0-alpha.10) (2024-05-15) ### Bug Fixes * Remove circular dependencies ([parse-community#2125](parse-community#2125)) ([b415165](parse-community@b415165))
# [5.1.0-alpha.11](parse-community/Parse-SDK-JS@5.1.0-alpha.10...5.1.0-alpha.11) (2024-05-16) ### Bug Fixes * `Parse.GeoPoint.current` returns `undefined` ([parse-community#2127](parse-community#2127)) ([3860535](parse-community@3860535))
# [5.1.0-beta.1](parse-community/Parse-SDK-JS@5.0.0...5.1.0-beta.1) (2024-05-16) ### Bug Fixes * `Parse.GeoPoint.current` returns `undefined` ([parse-community#2127](parse-community#2127)) ([3860535](parse-community@3860535)) * Chrome browser console warning about unsafe header `access-control-expose-headers` when calling Cloud Function ([parse-community#2095](parse-community#2095)) ([7b73c03](parse-community@7b73c03)) * Live Query not working on Expo React Native ([parse-community#2109](parse-community#2109)) ([7a89665](parse-community@7a89665)) * Local datastore throws error when `Parse.Query.notEqualTo` is set to `null` ([parse-community#2102](parse-community#2102)) ([6afd32a](parse-community@6afd32a)) * Multiple object updates of nested keys overwrite each other ([parse-community#1451](parse-community#1451)) ([fa4341a](parse-community@fa4341a)) * Pending updates to nested field causes `ParseObject.toJSON()` to return incorrect object ([parse-community#1453](parse-community#1453)) ([23cc573](parse-community@23cc573)) * Remove circular dependencies ([parse-community#2125](parse-community#2125)) ([b415165](parse-community@b415165)) ### Features * Add password validation for user with unverified email via `Parse.User.verifyPassword` using master key and option `ignoreEmailVerification: true` ([parse-community#2076](parse-community#2076)) ([b0adf7e](parse-community@b0adf7e)) * Add support for setting `Parse.ACL` from json ([parse-community#2097](parse-community#2097)) ([72bc9ac](parse-community@72bc9ac)) * Allow setting custom queue for handling offline operations via `Parse.EventuallyQueue` ([parse-community#2106](parse-community#2106)) ([f92e4d4](parse-community@f92e4d4)) * Improve installation object `Parse.Installation.currentInstallation` to support web push notifications ([parse-community#2119](parse-community#2119)) ([4fc62ce](parse-community@4fc62ce)) * Lazy load `Parse.CoreManager` controllers to add support for swappable `CryptoController`, `LocalDatastoreController`, `StorageController`, `WebSocketController`, `ParseLiveQuery` ([parse-community#2100](parse-community#2100)) ([fbd0ab1](parse-community@fbd0ab1))
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release #2133 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 61 64 +3
Lines 6186 6327 +141
Branches 1499 1503 +4
==========================================
+ Hits 6186 6327 +141 ☔ View full report in Codecov by Sentry. |
🎉 This change has been released in version 5.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.