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.0.6
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.1.0
Choose a head ref
  • 13 commits
  • 32 files changed
  • 6 contributors

Commits on Nov 24, 2020

  1. docs(recipe): async onProxyRes response header (#485)

    * chore: show async response header
    
    * fix: linting
    
    * chore: show working example
    
    * chore: for before proxy you have two options
    sometimes we chain stuff with already existing middleware
    
    * chore: text
    
    * fix: show how to restart server in order to see the flow correctly
    
    Co-authored-by: Maarten van Oudenniel <maarten.oudenniel.van@ahold.com>
    maapteh and Maarten van Oudenniel authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f77121f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Preventing the fail of the 'ETIMEDOUT' code in 500 'Internal server e…

    …rror' (#480)
    
    Thanks for this PR!
    aremishevsky authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    7ae82e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. refactor: avoid using lodash where possible (#459)

    * refactor: avoid using lodash where possible
    
    Using lodash methods does not add value where native methods and
    operators can be used. In this diff I avoided lodash where possible.
    
    * fix: trigger rebuild
    
    Co-authored-by: chimurai <655241+chimurai@users.noreply.github.com>
    TrySound and chimurai authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    5eb8d69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec91ea9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00d9dca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0e75fc View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump ini from 1.3.5 to 1.3.8 (#505)

    Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
    - [Release notes](https://github.com/isaacs/ini/releases)
    - [Commits](npm/ini@v1.3.5...v1.3.8)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    5b4fd5c View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump node-notifier from 8.0.0 to 8.0.2 (#506)

    Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.2.
    - [Release notes](https://github.com/mikaelbr/node-notifier/releases)
    - [Changelog](https://github.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md)
    - [Commits](mikaelbr/node-notifier@v8.0.0...v8.0.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: chimurai <655241+chimurai@users.noreply.github.com>
    dependabot[bot] and chimurai authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    5dec5dc View commit details
    Browse the repository at this point in the history
  7. refactor: replace lodash with small libraries (#507)

    `camelcase` and `is-plain-obj` are small, single purpose and
    dependency free utilities with builtin TS support.
    
    closes #428
    TrySound authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    7c3fd07 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Configuration menu
    Copy the full SHA
    be99bc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6285038 View commit details
    Browse the repository at this point in the history
  3. chore(package): v1.0.7

    chimurai committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    3f639a8 View commit details
    Browse the repository at this point in the history
  4. chore(package): v1.1.0

    chimurai committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    c38efe9 View commit details
    Browse the repository at this point in the history
Loading