Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

23 lines (12 loc) · 1.24 KB

form-data-encoder

4.0.2

Patch Changes

4.0.1

Patch Changes

4.0.0

Major Changes

  • 7f953c7 Thanks @octet-stream! - Bring back support for CJS via tsup. This package can be used with both ES and CJS modules

  • 5a4cd63 Thanks @octet-stream! - Drop Node.js 16 support. Minimal required version now is Node.js 18

  • 7f953c7 Thanks @octet-stream! - Make FileLike and FormDataLike types compatible with File and FormData