From fe8d02e305ca0a7e4e664c6dba64c65b1062074c Mon Sep 17 00:00:00 2001 From: Nik 'Fire Eater' Krimm Date: Tue, 6 Nov 2018 12:23:19 -0600 Subject: [PATCH] Updating README for 1.5.0 release. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ac8338f8..0fd49df0 100644 --- a/README.md +++ b/README.md @@ -560,6 +560,9 @@ app.use('/', proxy('internalhost.example.com', { | Release | Notes | | --- | --- | +| 1.5.0 | Fixes bug in `filter` signature. Fix bug in skipToNextHandler, add expressHttpProxy value to user res when skipped. Add tests for host as ip address. | +| 1.4.0 | DEPRECATED. Critical bug in the `filter` api.| +| 1.3.0 | DEPRECATED. Critical bug in the `filter` api. `filter` now supports Promises. Update linter to eslint. | | 1.2.0 | Auto-stream when no decorations are made to req/res. Improved docs, fixes issues in maybeSkipToNexthandler, allow authors to manage error handling. | | 1.1.0 | Add step to allow response headers to be modified. | 1.0.7 | Update dependencies. Improve docs on promise rejection. Fix promise rejection on body limit. Improve debug output. |