Releases: chimurai/http-proxy-middleware
Releases · chimurai/http-proxy-middleware
v3.0.0-beta.0
- See discussions to read about what changed in V3: #768
- Follow MIGRATION.md to upgrade from v2 to v3.
What's Changed
- chore(deps): update micromatch to 4.0.5
- chore(package): bump devDependencies
- feat(legacyCreateProxyMiddleware): show migration tips (#756)
- feat(legacyCreateProxyMiddleware): adapter with v2 behavior (#754)
- docs(proxy events): fix new syntax (#753)
- feat(debug): improve troubleshooting (#752)
- test(path-rewriter): improve coverage (#751)
- feat(ejectPlugins): skip registering default plugins (#750)
- refactor: logging [BREAKING CHANGE] (#749)
- refactor(handlers): refactor to plugins [BREAKING CHANGE] (#745)
- feat(plugins): add support for plugins (#732)
- docs: fix v3 documentation
- fix: server mounting [BREAKING CHANGE] (#731)
- test(fixRequestBody): fix broken test
- refactor: use node http base types [BREAKING CHANGE] (#730) (special thanks: @cdaringe & @devanshj)
- feat(option): refactor context to pathFilter option [BREAKING CHANGE] (#722)
- feat: remove shorthand usage [BREAKING CHANGE] (#716)
Full Changelog: v2.0.4...v3.0.0-beta.0
v2.0.6
v2.0.5
v2.0.4
What's Changed
- chore(package): bump dev dependencies by @chimurai in #714
- chore(vscode): add recommended extensions by @chimurai in #715
- docs(response-interceptor.md): add headers modification example by @stefanwright1988 in #724
- fix(fix-request-body): improve content type check by @kevinxh in #725
- chore(package): v2.0.4 by @chimurai in #729
New Contributors
- @stefanwright1988 made their first contribution in #724
- @kevinxh made their first contribution in #725
Full Changelog: v2.0.3...v2.0.4
v2.0.3
v2.0.2
What's Changed
- chore(package): bump devDependencies by @chimurai in #651
- chore(package): bump @types/express by @chimurai in #652
- chore(package): bump devDep ws by @chimurai in #653
- chore(package): bump devDep mockttp by @chimurai in #654
- fix(_handlers.ts): typo by @maple3142 in #655
- chore(package.json): bump dev dependencies by @chimurai in #671
- ci(package.json): husky install by @chimurai in #672
- chore(package): bump eslint dependencies by @chimurai in #676
- chore(package): bump dev dependencies by @chimurai in #677
- docs: remove david-dm badge by @mariuspopaadrian in #680
- chore(package): bump dev dependencies by @chimurai in #681
- chore(husky): fix husky v7 hooks by @chimurai in #682
- chore(package): pin and update dev dependencies by @chimurai in #686
- build(eslint): disable @typescript-eslint/no-explicit-any by @chimurai in #688
- build: spellchecker by @chimurai in #689
- chore: fix github templates by @chimurai in #697
- chore(github): bug template improvement by @chimurai in #698
- chore(package): bump dev dependencies by @chimurai in #699
- fix(types): fix type regression by @chimurai in #700
- fix(fixRequestBody): fix request body for empty JSON object requests by @mhassan1 in #640
- chore(deps): update @types/http-proxy to 1.17.8 by @chimurai in #701
- chore(package): v2.0.2 by @chimurai in #702
New Contributors
- @maple3142 made their first contribution in #655
- @mariuspopaadrian made their first contribution in #680
- @mhassan1 made their first contribution in #640
Full Changelog: v2.0.1...v2.0.2
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)