Skip to content
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

urlencoded: Support iso-8859-1, utf8 sentinel, and numeric entities #326

Merged
merged 27 commits into from
Jul 30, 2024

Commits on Jul 16, 2018

  1. urlencoded, in extended mode: Support iso-8859-1 encoded requests, an…

    …d also accept iso-8859-1 as a default encoding.
    papandreou committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    9c3860d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f5406c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf7807b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Fix lint

    papandreou committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    22eb75a View commit details
    Browse the repository at this point in the history
  2. Support charsets, sentinels etc. via custom decoders

    Works in both extended and simple mode.
    papandreou committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    5c25f5d View commit details
    Browse the repository at this point in the history
  3. Simplify

    papandreou committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    dab286a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3fca5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b39b86 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

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

Commits on Aug 13, 2019

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

Commits on Feb 10, 2020

  1. Update qs to 6.9.1

    papandreou committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    2ef109f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d82fe9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0b69dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97e574d View commit details
    Browse the repository at this point in the history
  5. Fix lint

    papandreou committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    080ba72 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/qsAlways' into feature/iso-8859-1/take2

    * feature/qsAlways:
      Fix lint
      Don't mention the querystring module in the README
      Create the simple and extended parser with the same function, reducing duplication
      Always use the qs module, even in simple mode
      Update qs to 6.9.1
    papandreou committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    9e055e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    9644b1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8853a30 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    ca468d4 View commit details
    Browse the repository at this point in the history
  2. Update qs to 6.9.4

    papandreou committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    b9645c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    097fc97 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

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

Commits on Jul 27, 2024

  1. Merge branch '2.x' into feature/iso-8859-1/take2

    * 2.x: (98 commits)
      fix(deps): raw-body@^3.0.0 (expressjs#529)
      Also use the qs module for the simple parser (expressjs#387)
      feat!: remove node less than 18 from ci
      2.0.0-beta.2
      docs: add missing history entry
      tests: enable strict mode
      Remove deprecated bodyParser() combination middleware
      build: remove conditional code coverage
      deps: [email protected]
      deps: [email protected]
      deps: [email protected]
      1.20.2
      Fix strict json error message on Node.js 19+
      deps: [email protected]
      build: [email protected]
      build: [email protected]
      build: [email protected]
      deps: content-type@~1.0.5
      build: [email protected]
      build: [email protected]
      ...
    papandreou committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    9a4ebac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbf4cec View commit details
    Browse the repository at this point in the history
  3. Simplify further

    papandreou committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    97d2044 View commit details
    Browse the repository at this point in the history
  4. Put back debug option

    papandreou committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    9d47455 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44a6aa9 View commit details
    Browse the repository at this point in the history