Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parse-community/Parse-SDK-JS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.0-alpha.1
Choose a base ref
...
head repository: parse-community/Parse-SDK-JS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.0-alpha.2
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    744b721 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. fix: Parse.Query.subscribe() does not return a rejected promise on …

    …error in Cloud Code Triggers `beforeConnect` or `beforeSubscribe` (#1490)
    
    BREAKING CHANGE: Calling `Parse.Query.subscribe()` will now return a rejected promise if an error is thrown in Cloud Code Triggers `beforeConnect` or `beforeSubscribe`; in previous releases a resolved promise was returned, even if subscribing failed and it was necessary to create an `error.on` listener to handle these errors (#1490)
    dblythy authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    96d7174 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.0-alpha.2 [skip ci]

    # [4.0.0-alpha.2](4.0.0-alpha.1...4.0.0-alpha.2) (2022-11-15)
    
    ### Bug Fixes
    
    * `Parse.Query.subscribe()` does not return a rejected promise on error in Cloud Code Triggers `beforeConnect` or `beforeSubscribe` ([#1490](#1490)) ([96d7174](96d7174))
    
    ### BREAKING CHANGES
    
    * Calling `Parse.Query.subscribe()` will now return a rejected promise if an error is thrown in Cloud Code Triggers `beforeConnect` or `beforeSubscribe`; in previous releases a resolved promise was returned, even if subscribing failed and it was necessary to create an `error.on` listener to handle these errors (#1490) ([96d7174](96d7174))
    semantic-release-bot committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e180bac View commit details
    Browse the repository at this point in the history
Loading