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: expressjs/body-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.20.2
Choose a base ref
...
head repository: expressjs/body-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.20.3
Choose a head ref
  • 8 commits
  • 8 files changed
  • 7 contributors

Commits on May 14, 2024

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

Commits on Jun 9, 2024

  1. ci: fix errors in ci github action for node 8 and 9 (#523)

    * ci: fix errors in ci github action for node 8 and 9
    
    * ci: remove minor version on node 22
    
    * ci: remove minor versions
    
    * 🧪 skip query test on node 21
    
    Co-authored-by: Chris de Almeida <ctcpip@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jon Church <me@jonchurch.com>
    Co-authored-by: Chris de Almeida <ctcpip@users.noreply.github.com>
    3 people authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    83db46a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix: pin to node@22.4.1

    wesleytodd committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9478591 View commit details
    Browse the repository at this point in the history
  2. deps: qs@6.12.3 (#521)

    melikhov-dev authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    99a1bd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

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

Commits on Sep 9, 2024

  1. Merge commit from fork

    * feat: add option to customize the depth
    
    Main Changes:
    - Update documentation to reflect the new features and errors
    - Update the changelog
    - Upgrade to `qs@6.13.0`
    - Add the `depth` option to define the depth of parsing while parsing the query string
    - Enable the `strictDepth` option by default in `qs.parse`
    - Add a 400 status code when the depth of the query string exceeds the limit defined by the `depth` option
    
    * chore: reduce the default depth limit to 32
    
    Main Changes:
    - Breaking Change: Set default depth limit to 32
    - Update documentation
    - Update the HISTORY
    UlisesGascon authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b2695c4 View commit details
    Browse the repository at this point in the history
  2. chore: linter (#534)

    UlisesGascon authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    39744cf View commit details
    Browse the repository at this point in the history
  3. 1.20.3

    PR-URL: #535
    UlisesGascon authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1752951 View commit details
    Browse the repository at this point in the history
Loading