-
-
Notifications
You must be signed in to change notification settings - Fork 594
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 #2094
build: Release #2094
Conversation
## [4.3.1-alpha.1](parse-community/Parse-SDK-JS@4.3.0...4.3.1-alpha.1) (2023-11-18) ### Bug Fixes * Connection failure in `Parse.Object.saveEventually` and `Parse.Object.destroyEventually` not handled on custom `Parse.Error.CONNECTION_FAILURE` message ([parse-community#2032](parse-community#2032)) ([4da3ebc](parse-community@4da3ebc)) * Docs fail with `Cannot find module 'taffydb'` ([parse-community#2036](parse-community#2036)) ([dc91d0f](parse-community@dc91d0f)) * Error in web context when `window.indexedDB` API is available but protected ([parse-community#2039](parse-community#2039)) ([360981f](parse-community@360981f)) * Security upgrade browserify-sign from 4.2.1 to 4.2.2 ([parse-community#2043](parse-community#2043)) ([fd50b9d](parse-community@fd50b9d)) * Security upgrade crypto-js from 4.1.1 to 4.2.0 ([parse-community#2042](parse-community#2042)) ([681fbdf](parse-community@681fbdf))
… first object (parse-community#2078)
## [4.3.1-alpha.2](parse-community/Parse-SDK-JS@4.3.1-alpha.1...4.3.1-alpha.2) (2024-02-15) ### Bug Fixes * Calling `Parse.Object.relation.add` multiple times adds only the first object ([parse-community#2078](parse-community#2078)) ([0f98117](parse-community@0f98117))
…se-community#2063) BREAKING CHANGE: Removes support for Node 14 and 16.
# [5.0.0-alpha.1](parse-community/Parse-SDK-JS@4.3.1-alpha.2...5.0.0-alpha.1) (2024-03-09) ### Features * Add support for Node 20, remove support for Node 14 and 16 ([parse-community#2063](parse-community#2063)) ([74eb4d5](parse-community@74eb4d5)) ### BREAKING CHANGES * Removes support for Node 14 and 16. ([74eb4d5](74eb4d5))
BREAKING CHANGE: Parse JS SDK 5 requires Parse Server 7 and is incompatible with Parse Server 6.
# [5.0.0-alpha.2](parse-community/Parse-SDK-JS@5.0.0-alpha.1...5.0.0-alpha.2) (2024-03-10) ### Features * Add compatibility with Parse Server 7 ([parse-community#2089](parse-community#2089)) ([86600bc](parse-community@86600bc)) ### BREAKING CHANGES * Parse JS SDK 5 requires Parse Server 7 and is incompatible with Parse Server 6. ([86600bc](86600bc))
# [5.0.0-alpha.3](parse-community/Parse-SDK-JS@5.0.0-alpha.2...5.0.0-alpha.3) (2024-03-11) ### Features * Add comment to MongoDB query via `Parse.Query.comment` ([parse-community#2088](parse-community#2088)) ([a970913](parse-community@a970913))
# [5.0.0-beta.1](parse-community/Parse-SDK-JS@4.3.1...5.0.0-beta.1) (2024-03-17) ### Bug Fixes * Calling `Parse.Object.relation.add` multiple times adds only the first object ([parse-community#2078](parse-community#2078)) ([0f98117](parse-community@0f98117)) ### Features * Add comment to MongoDB query via `Parse.Query.comment` ([parse-community#2088](parse-community#2088)) ([a970913](parse-community@a970913)) * Add compatibility with Parse Server 7 ([parse-community#2089](parse-community#2089)) ([86600bc](parse-community@86600bc)) * Add support for Node 20, remove support for Node 14 and 16 ([parse-community#2063](parse-community#2063)) ([74eb4d5](parse-community@74eb4d5)) ### BREAKING CHANGES * Parse JS SDK 5 requires Parse Server 7 and is incompatible with Parse Server 6. ([86600bc](86600bc)) * Removes support for Node 14 and 16. ([74eb4d5](74eb4d5))
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 #2094 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 61 61
Lines 6178 6186 +8
Branches 1496 1499 +3
=========================================
+ Hits 6178 6186 +8 ☔ View full report in Codecov by Sentry. |
🎉 This change has been released in version 5.0.0 |
🎉 This change has been released in version 5.0.0-alpha.4 |
No description provided.