octet-stream / form-data

Spec-compliant FormData implementation for Node.js
https://www.npmjs.com/package/formdata-node
MIT License
142 stars 17 forks source link

Time to cut a new release? #12

Closed gregory closed 4 years ago

gregory commented 4 years ago

Hey @octet-stream, looks like a lot happened since the latest version published on npm. I was trying to use your lib to solve for form-data/form-data#394 but looks like 1.8.1 doesn't support options. Can you cut a new release?

octet-stream commented 4 years ago

Hi! Actually you can get the latest version from GitHub until I'll publish the next release. I was trying to hold one until the Node 8 end of life so I can drop it. The next release will be 2.0, so I think it's a good time for it :) But yeah, I think the new release is almost done, so I can publish it soon.

octet-stream commented 4 years ago

Okay, I think it's ready to use. You can try out the 2.0.0 version from NPM/Yarn

Release note can be found here: https://github.com/octet-stream/form-data/releases/tag/v2.0.0