We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea41a26 commit 6606489Copy full SHA for 6606489
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [v0.13.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.13.0)
4
+- feat(context): custom context matcher; when simple `path` matching is not sufficient.
5
+
6
## [v0.12.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.12.0)
7
- add option `onProxyReqWs` (subscribe to http-proxy `proxyReqWs` event)
8
- add option `onOpen` (subscribe to http-proxy `open` event)
package.json
@@ -1,6 +1,6 @@
{
"name": "http-proxy-middleware",
- "version": "0.12.0",
+ "version": "0.13.0",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "index.js",
"scripts": {
0 commit comments