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: 5.0.0-alpha.3
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: 5.0.0-alpha.4
Choose a head ref
  • 8 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 18, 2023

  1. release

    mtrezza committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    d2c7b28 View commit details
    Browse the repository at this point in the history
  2. build: Release (#2052)

    mtrezza authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    9449cc3 View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.3.1 [skip ci]

    ## [4.3.1](4.3.0...4.3.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 ([#2032](#2032)) ([4da3ebc](4da3ebc))
    * Docs fail with `Cannot find module 'taffydb'` ([#2036](#2036)) ([dc91d0f](dc91d0f))
    * Error in web context when `window.indexedDB` API is available but protected ([#2039](#2039)) ([360981f](360981f))
    * Security upgrade browserify-sign from 4.2.1 to 4.2.2 ([#2043](#2043)) ([fd50b9d](fd50b9d))
    * Security upgrade crypto-js from 4.1.1 to 4.2.0 ([#2042](#2042)) ([681fbdf](681fbdf))
    semantic-release-bot committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    2f94e49 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    4c84f4f View commit details
    Browse the repository at this point in the history
  2. build: Release beta (#2092)

    mtrezza authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    2814426 View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.0.0-beta.1 [skip ci]

    # [5.0.0-beta.1](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 ([#2078](#2078)) ([0f98117](0f98117))
    
    ### Features
    
    * Add comment to MongoDB query via `Parse.Query.comment` ([#2088](#2088)) ([a970913](a970913))
    * Add compatibility with Parse Server 7 ([#2089](#2089)) ([86600bc](86600bc))
    * Add support for Node 20, remove support for Node 14 and 16 ([#2063](#2063)) ([74eb4d5](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))
    semantic-release-bot committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    f56b9ed View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. feat: Add password validation for user with unverified email via `Par…

    …se.User.verifyPassword` using master key and option `ignoreEmailVerification: true` (#2076)
    mtrezza authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b0adf7e View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.0.0-alpha.4 [skip ci]

    # [5.0.0-alpha.4](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` ([#2076](#2076)) ([b0adf7e](b0adf7e))
    semantic-release-bot committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    492d84c View commit details
    Browse the repository at this point in the history
Loading