Skip to content

Commit 410ba31

Browse files
committed
Correct formatting in README release notes section.
1 parent 353c5bb commit 410ba31

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -592,10 +592,8 @@ app.use('/', proxy('internalhost.example.com', {
592592
593593
| Release | Notes |
594594
| --- | --- |
595-
| 2.1.0 | * Fixes => content-types can have semi-colons, and we need to parse around this.<br />
596-
* Improves => using proxyReqBodyDecorator with parseReqBody=false. <br />
597-
* Repairs => Can't use proxy() twice in Express middleware stack. <br />
598-
* Fixes => Instead of new Buffer using Buffer.from as per https://nodejs.org/api/buffer.html\#buffer_new_buffer_string_encoding. <br />
595+
| 2.1.1 | (trivial) Fixes formatting in README.|
596+
| 2.1.0 | Fixes parsing error in content-types. Improves behavior of proxyReqBodyDecorator when parseReqBody=false. Repairs issue where authors can't use proxy() twice in Express middleware stack. Fix `new Buffer` deprecation warning. |
599597
| 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. |
600598
| ----- | ----------------------------------------------------------------------- |
601599
| 1.6.3 | [#453] Author should be able to delete headers in userResHeaderDecorator.

0 commit comments

Comments
 (0)