|
4 | 4 |
|
5 | 5 | - chore(deps): update micromatch to 4.0.5
|
6 | 6 | - chore(package): bump devDependencies
|
7 |
| -- feat(legacyCreateProxyMiddleware): show migration tips |
8 |
| -- feat(legacyCreateProxyMiddleware): adapter with v2 behavior (#754) |
9 |
| -- docs(proxy events): fix new syntax (#753) |
10 |
| -- feat(debug): improve troubleshooting (#752) |
11 |
| -- test(path-rewriter): improve coverage (#751) |
12 |
| -- feat(ejectPlugins): skip registering default plugins (#750) |
13 |
| -- refactor: logging [BREAKING CHANGE] (#749) |
14 |
| -- refactor(handlers): refactor to plugins [BREAKING CHANGE] (#745) |
15 |
| -- feat(plugins): add support for plugins |
| 7 | +- feat(legacyCreateProxyMiddleware): show migration tips ([#756](https://github.com/chimurai/http-proxy-middleware/pull/756)) |
| 8 | +- feat(legacyCreateProxyMiddleware): adapter with v2 behavior ([#754](https://github.com/chimurai/http-proxy-middleware/pull/754)) |
| 9 | +- docs(proxy events): fix new syntax ([#753](https://github.com/chimurai/http-proxy-middleware/pull/753)) |
| 10 | +- feat(debug): improve troubleshooting ([#752](https://github.com/chimurai/http-proxy-middleware/pull/752)) |
| 11 | +- test(path-rewriter): improve coverage ([#751](https://github.com/chimurai/http-proxy-middleware/pull/751)) |
| 12 | +- feat(ejectPlugins): skip registering default plugins ([#750](https://github.com/chimurai/http-proxy-middleware/pull/750)) |
| 13 | +- refactor: logging [BREAKING CHANGE] ([#749](https://github.com/chimurai/http-proxy-middleware/pull/749)) |
| 14 | +- refactor(handlers): refactor to plugins [BREAKING CHANGE] ([#745](https://github.com/chimurai/http-proxy-middleware/pull/745)) |
| 15 | +- feat(plugins): add support for plugins ([#732](https://github.com/chimurai/http-proxy-middleware/pull/732)) |
16 | 16 | - docs: fix v3 documentation
|
17 |
| -- fix: server mounting [BREAKING CHANGE] |
| 17 | +- fix: server mounting [BREAKING CHANGE] ([#731](https://github.com/chimurai/http-proxy-middleware/pull/731)) |
18 | 18 | - test(fixRequestBody): fix broken test
|
19 |
| -- refactor: use node http base types [BREAKING CHANGE] |
20 |
| -- feat(option): refactor context to pathFilter option [BREAKING CHANGE] (#722) |
21 |
| -- feat: remove shorthand usage [BREAKING CHANGE] (#716) |
| 19 | +- refactor: use node http base types [BREAKING CHANGE] ([#730](https://github.com/chimurai/http-proxy-middleware/pull/730)) (special thanks: [@cdaringe](https://github.com/cdaringe) & [@devanshj](https://github.com/devanshj)) |
| 20 | +- feat(option): refactor context to pathFilter option [BREAKING CHANGE] ([#722](https://github.com/chimurai/http-proxy-middleware/pull/722)) |
| 21 | +- feat: remove shorthand usage [BREAKING CHANGE] ([#716](https://github.com/chimurai/http-proxy-middleware/pull/716)) |
22 | 22 |
|
23 | 23 | ## [v2.0.6](https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.6)
|
24 | 24 |
|
|
0 commit comments