Skip to content

Commit

Permalink
Correct formatting in README release notes section.
Browse files Browse the repository at this point in the history
  • Loading branch information
monkpow committed Aug 8, 2024
1 parent 353c5bb commit d4b4b35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br />
* Improves => using proxyReqBodyDecorator with parseReqBody=false. <br />
* Repairs => Can't use proxy() twice in Express middleware stack. <br />
* Fixes => Instead of new Buffer using Buffer.from as per https://nodejs.org/api/buffer.html\#buffer_new_buffer_string_encoding. <br />
| 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. |
| 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.
Expand Down

0 comments on commit d4b4b35

Please sign in to comment.