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

rebase: Generic Body Parser implemented #524

Closed
wants to merge 26 commits into from
Closed

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    9eb5ab4 View commit details
    Browse the repository at this point in the history
  2. Added support for external parsers to bodyParser.json()

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1c2f923 View commit details
    Browse the repository at this point in the history
  3. removed test dependency on json-bigint

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2f4913c View commit details
    Browse the repository at this point in the history
  4. reworked doc to describe json parser() func better

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6daefb5 View commit details
    Browse the repository at this point in the history
  5. added parser() option and doc for .text()

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b740295 View commit details
    Browse the repository at this point in the history
  6. added parser() option and doc for .raw()

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cf3a8e3 View commit details
    Browse the repository at this point in the history
  7. added parser() option and doc for .urlencoded()

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2468f72 View commit details
    Browse the repository at this point in the history
  8. cleanup to satisfy linter

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d75adee View commit details
    Browse the repository at this point in the history
  9. added generic parser

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8224cda View commit details
    Browse the repository at this point in the history
  10. converted json parser to use generic parser

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a5adc82 View commit details
    Browse the repository at this point in the history
  11. converted raw parser to use generic parser

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c572330 View commit details
    Browse the repository at this point in the history
  12. converted text parser to use generic parser

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7390c89 View commit details
    Browse the repository at this point in the history
  13. converted urlencoded parser to use generic parser

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f4f9d84 View commit details
    Browse the repository at this point in the history
  14. cleanup / fix linter warnings

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    10eb0af View commit details
    Browse the repository at this point in the history
  15. removed items from README

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    67060ca View commit details
    Browse the repository at this point in the history
  16. added bodyParser.generic() getter

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e6f6004 View commit details
    Browse the repository at this point in the history
  17. cleanup / fix linter warnings

    Shawn Dellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    07e0602 View commit details
    Browse the repository at this point in the history
  18. fixed tests after rebase

    sdellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    bb7697a View commit details
    Browse the repository at this point in the history
  19. satisfying linter

    sdellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6a7c24d View commit details
    Browse the repository at this point in the history
  20. Ref'd genParser via the bodyparser getter to signal how third party p…

    …arsers should import genParser'
    sdellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    bc7454b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    519f306 View commit details
    Browse the repository at this point in the history
  22. minor text cleanup

    sdellysse authored and ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cdf46f0 View commit details
    Browse the repository at this point in the history
  23. 🔧 add debug script

    ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8ac04fd View commit details
    Browse the repository at this point in the history
  24. 🐛 fix object merging

    ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1a43910 View commit details
    Browse the repository at this point in the history
  25. 🔥 clean up

    ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    86804fe View commit details
    Browse the repository at this point in the history
  26. 💚 remove node < 4 from CI

    ctcpip committed May 24, 2024
    Configuration menu
    Copy the full SHA
    88f84bd View commit details
    Browse the repository at this point in the history