v3.0.1
版本发布时间: 2024-09-01 03:41:24
chimurai/http-proxy-middleware最新发布版本:v3.0.2(2024-09-04 04:21:35)
What's Changed
- docs(responseInterceptor): fix header manipulation example by @mcgwiz in https://github.com/chimurai/http-proxy-middleware/pull/967
- fix(type): fix RequestHandler return type by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/980
- chore(package): lockfile update by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/981
- chore(package): bump dev dependencies by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/982
- chore(package): yarn.lock update by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/986
- refactor(errors): improve pathFilter error message by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/987
- docs(MIGRATION.md): fix misspelled URLs by @lpaolini in https://github.com/chimurai/http-proxy-middleware/pull/988
- fix(logger-plugin): fix missing target port by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/989
- docs(websocket): improve example for online IDE by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/990
- ci(package): npm package provenance by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/991
- docs(examples): move example dependencies from root by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/994
- ci(github-actions): update to node v22 by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/995
- docs(examples): add vanilla http server example by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/996
- ci(github-actions): update cspell to v6 by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/998
- docs(examples): next.js by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/999
- fix(logger-plugin): log target port when router option is used by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1001
- docs(example): fastify example by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1002
- docs(README): express request and response generics example by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1006
- chore(package): bump dependencies by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1008
- refactor: fix circular dependencies by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1010
- chore(package): update ip dev dependency by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1011
- ci(github-actions): update to actions/cache@4 by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1013
- fix(fix-request-body): support '+json' content-type suffix by @howiezhao in https://github.com/chimurai/http-proxy-middleware/pull/1015
- chore(package.json): fix repository.url by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1018
- chore(package): update dependencies by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1019
- chore(examples): update yarn.lock by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1020
- chore(package): 3.0.1-beta.1 by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1022
- chore(package.json): add type: commonjs by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1024
- chore(package): update dev deps by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1025
- chore(package): update deps by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1026
- chore(yarn.lock): micromatch 4.0.8 by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1027
- chore(package): release v3.0.1 by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1029
New Contributors
- @mcgwiz made their first contribution in https://github.com/chimurai/http-proxy-middleware/pull/967
- @lpaolini made their first contribution in https://github.com/chimurai/http-proxy-middleware/pull/988
- @howiezhao made their first contribution in https://github.com/chimurai/http-proxy-middleware/pull/1015
Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v3.0.0...v3.0.1