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: chimurai/http-proxy-middleware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: chimurai/http-proxy-middleware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 8 commits
  • 21 files changed
  • 2 contributors

Commits on Apr 24, 2021

  1. feat: try to proxy body even after body-parser middleware (#492)

    * feat: try to keep body even after body-parser middleware
    
    * chore: don't shadow request
    
    * test: set correct form of bodyparser for json
    
    * feat: extract fixRequestBody to external handler
    
    * chore: lint
    
    * chore: pluralise middlewares, silence DeepCode bot
    
    * docs: mention fixRequestBody
    
    * added double byte character test
    
    Co-authored-by: chimurai <655241+chimurai@users.noreply.github.com>
    midgleyc and chimurai authored Apr 24, 2021
    Configuration menu
    Copy the full SHA
    397f39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2831df9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    184aa4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86586df View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    765d0b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b47e0a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9847773 View commit details
    Browse the repository at this point in the history
  4. chore(package): v1.3.0

    chimurai committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    34468a1 View commit details
    Browse the repository at this point in the history
Loading