Http Proxy Middleware Versions Save

:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more

v2.0.0

2 years ago

https://github.com/chimurai/http-proxy-middleware/compare/v1.3.1...v2.0.0

  • chore(package): drop node 10 [BREAKING CHANGE] (#577)

v1.3.1

3 years ago

https://github.com/chimurai/http-proxy-middleware/compare/v1.3.0...v1.3.1

  • fix(fix-request-body): make sure the content-type exists (#578) (oufeng)

v1.3.0

3 years ago

https://github.com/chimurai/http-proxy-middleware/compare/v1.2.1...v1.3.0

  • docs(response interceptor): align with nodejs default utf8 (#567)
  • feat: try to proxy body even after body-parser middleware (#492) (midgleyc)

v1.2.1

3 years ago

https://github.com/chimurai/http-proxy-middleware/compare/v1.2.0...v1.2.1

  • fix(response interceptor): proxy original response headers (#563)

v1.2.0

3 years ago

https://github.com/chimurai/http-proxy-middleware/compare/v1.1.2...v1.2.0

  • feat(handler): response interceptor (#520)
  • fix(log error): handle undefined target when websocket errors (#527)

v1.1.2

3 years ago

v1.1.1

3 years ago

https://github.com/chimurai/http-proxy-middleware/compare/v1.1.0...v1.1.1

  • fix(error handler): re-throw http-proxy missing target error (#517)
  • refactor(dependency): remove camelcase
  • fix(option): optional target when router is used (#512)

v1.1.0

3 years ago

https://github.com/chimurai/http-proxy-middleware/compare/v1.0.6...v1.1.0

  • fix(errorHandler): fix confusing error message (#509)
  • fix(proxy): close proxy when server closes (#508)
  • refactor(lodash): remove lodash (#459) (#507) (TrySound)
  • fix(ETIMEDOUT): return 504 on ETIMEDOUT (#480) (aremishevsky)

Removing lodash reduced the bundle size by more than 50% (source: bundlephobia.com):

Before lodash removal: 133.2 kB MINIFIED 45.6 kB MINIFIED + GZIPPED

After lodash removal: 65.6 kB MINIFIED 22.4 kB MINIFIED + GZIPPED

v1.0.6

3 years ago

v1.0.5

3 years ago