raw-body icon indicating copy to clipboard operation
raw-body copied to clipboard

Release 3.0

Open dougwilson opened this issue 3 years ago • 0 comments

This is a tracking issue for release 3.0.

Please keep feature requests in their own issues

If you want to make a comment on a particular change, please make the comment in the "Files changed" tab so comments are not lost during a rebase.

List of changes for release:

  • [x] Change TypeScript argument to NodeJS.ReadableStream interface #69
  • [x] Drop support for Node.js 0.8
  • [x] Upgrade iconv-lite to 0.5.2 #67

Testing this release

If you want to try out this release, you can install it with the following commands:

$ npm cache clean raw-body
$ npm install stream-utils/raw-body#3.0

Please do not merge until there is some kind of consensus / non-objection

dougwilson avatar Feb 21 '23 21:02 dougwilson