-
-
Notifications
You must be signed in to change notification settings - Fork 598
build: Release #2049
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 #2049
Conversation
# [4.2.0-alpha.1](parse-community/Parse-SDK-JS@4.1.0...4.2.0-alpha.1) (2023-05-01) ### Bug Fixes * `Parse.File.cancel` starts new attempt to save file ([parse-community#1781](parse-community#1781)) ([b755e42](parse-community@b755e42)) ### Features * Add `Parse.User.loginAs` ([parse-community#1875](parse-community#1875)) ([381fcfc](parse-community@381fcfc)) * Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([parse-community#1839](parse-community#1839)) ([7479343](parse-community@7479343))
# [4.2.0-alpha.2](parse-community/Parse-SDK-JS@4.2.0-alpha.1...4.2.0-alpha.2) (2023-06-08) ### Bug Fixes * Hard-coding of `react-native` path does not work for workspace builds ([parse-community#1930](parse-community#1930)) ([8222f3c](parse-community@8222f3c))
…ionId` via `Parse.Cloud.run` (parse-community#1939)
# [4.2.0-alpha.3](parse-community/Parse-SDK-JS@4.2.0-alpha.2...4.2.0-alpha.3) (2023-06-11) ### Features * Add support to invoke a Cloud Function with a custom `installationId` via `Parse.Cloud.run` ([parse-community#1939](parse-community#1939)) ([eb70b93](parse-community@eb70b93))
…a via `ParseUser.logInWithAdditionalAuth` (parse-community#1955)
# [4.2.0-alpha.4](parse-community/Parse-SDK-JS@4.2.0-alpha.3...4.2.0-alpha.4) (2023-07-23) ### Features * Login with username, password and additional authentication data via `ParseUser.logInWithAdditionalAuth` ([parse-community#1955](parse-community#1955)) ([2bad411](parse-community@2bad411))
# [4.2.0-alpha.5](parse-community/Parse-SDK-JS@4.2.0-alpha.4...4.2.0-alpha.5) (2023-08-27) ### Features * Add support for excluding keys in `ParseQuery.findAll` ([parse-community#2000](parse-community#2000)) ([012ba4c](parse-community@012ba4c))
# [4.2.0-alpha.6](parse-community/Parse-SDK-JS@4.2.0-alpha.5...4.2.0-alpha.6) (2023-08-27) ### Features * Add Bytes type to `Parse.Schema` ([parse-community#2001](parse-community#2001)) ([343d0d7](parse-community@343d0d7))
# [4.2.0-alpha.7](parse-community/Parse-SDK-JS@4.2.0-alpha.6...4.2.0-alpha.7) (2023-08-29) ### Bug Fixes * `ParseUser.linkWith` doesn't remove anonymous auth data ([parse-community#2007](parse-community#2007)) ([7e2585c](parse-community@7e2585c))
# [4.2.0-alpha.8](parse-community/Parse-SDK-JS@4.2.0-alpha.7...4.2.0-alpha.8) (2023-08-30) ### Features * Add Cloud Code context accessibility to `ParseUser.logIn` ([parse-community#2010](parse-community#2010)) ([2446007](parse-community@2446007))
…new Core Manager option `PARSE_ERRORS` (parse-community#2014)
# [4.2.0-alpha.9](parse-community/Parse-SDK-JS@4.2.0-alpha.8...4.2.0-alpha.9) (2023-09-01) ### Features * Allow overriding `Parse.Error` message with custom message via new Core Manager option `PARSE_ERRORS` ([parse-community#2014](parse-community#2014)) ([be0c8a6](parse-community@be0c8a6))
# [4.2.0-alpha.10](parse-community/Parse-SDK-JS@4.2.0-alpha.9...4.2.0-alpha.10) (2023-09-03) ### Features * Add support for custom EventEmitter ([parse-community#1999](parse-community#1999)) ([ca568a6](parse-community@ca568a6))
* release: chore(release): 4.2.0 [skip ci] release
# [4.3.0-beta.1](parse-community/Parse-SDK-JS@4.2.0...4.3.0-beta.1) (2023-09-16) ### Bug Fixes * `ParseUser.linkWith` doesn't remove anonymous auth data ([parse-community#2007](parse-community#2007)) ([7e2585c](parse-community@7e2585c)) * Hard-coding of `react-native` path does not work for workspace builds ([parse-community#1930](parse-community#1930)) ([8222f3c](parse-community@8222f3c)) ### Features * Add Bytes type to `Parse.Schema` ([parse-community#2001](parse-community#2001)) ([343d0d7](parse-community@343d0d7)) * Add Cloud Code context accessibility to `ParseUser.logIn` ([parse-community#2010](parse-community#2010)) ([2446007](parse-community@2446007)) * Add support for custom EventEmitter ([parse-community#1999](parse-community#1999)) ([ca568a6](parse-community@ca568a6)) * Add support for excluding keys in `ParseQuery.findAll` ([parse-community#2000](parse-community#2000)) ([012ba4c](parse-community@012ba4c)) * Add support to invoke a Cloud Function with a custom `installationId` via `Parse.Cloud.run` ([parse-community#1939](parse-community#1939)) ([eb70b93](parse-community@eb70b93)) * Allow overriding `Parse.Error` message with custom message via new Core Manager option `PARSE_ERRORS` ([parse-community#2014](parse-community#2014)) ([be0c8a6](parse-community@be0c8a6)) * Login with username, password and additional authentication data via `ParseUser.logInWithAdditionalAuth` ([parse-community#1955](parse-community#1955)) ([2bad411](parse-community@2bad411))
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 #2049 +/- ##
============================================
+ Coverage 99.88% 100.00% +0.11%
============================================
Files 61 61
Lines 6131 6168 +37
Branches 1487 1498 +11
============================================
+ Hits 6124 6168 +44
+ Misses 7 0 -7 ☔ View full report in Codecov by Sentry. |
🎉 This change has been released in version 4.3.0 |
No description provided.