Releases: chimurai/http-proxy-middleware
Releases · chimurai/http-proxy-middleware
v2.0.1
- fix(fixRequestBody): fix type error (#615)
- test(coverage): improve coverage config (#609) (leonardobazico)
- test: add test coverage to fixRequestBody and responseInterceptor (#608) (leonardobazico)
- chore(typescript): extract handlers types (#603) (leonardobazico)
v2.0.0
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.2
v1.1.1
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