From 1163dfe97cdba2569e547169c39c93e645d277b4 Mon Sep 17 00:00:00 2001 From: Nik 'Fire Eater' Krimm Date: Wed, 7 Aug 2024 19:57:09 -0500 Subject: [PATCH] format README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index cee9232..f98bc01 100644 --- a/README.md +++ b/README.md @@ -592,10 +592,7 @@ app.use('/', proxy('internalhost.example.com', { | Release | Notes | | --- | --- | -| 2.1.0 | * Fixes => content-types can have semi-colons, and we need to parse around this.
-* Improves => using proxyReqBodyDecorator with parseReqBody=false.
-* Repairs => Can't use proxy() twice in Express middleware stack.
-* Fixes => Instead of new Buffer using Buffer.from as per https://nodejs.org/api/buffer.html\#buffer_new_buffer_string_encoding.
+| 2.1.0 | * Fixes => content-types can have semi-colons, and we need to parse around this. * Improves => using proxyReqBodyDecorator with parseReqBody=false. * Repairs => Can't use proxy() twice in Express middleware stack. * Fixes => Instead of new Buffer using Buffer.from as per https://nodejs.org/api/buffer.html\#buffer_new_buffer_string_encoding. | | 2.0.0 | Update all dependencies; set stage for next iteration. `express-http-proxy` interface has not changed, but the underlying libraries are not guaranteed to be backward compatible. Versions beyond this point are expected to be run in node verions >= 16. | | ----- | ----------------------------------------------------------------------- | | 1.6.3 | [#453] Author should be able to delete headers in userResHeaderDecorator.