Skip to content

3.0.0

Compare
Choose a tag to compare
@octet-stream octet-stream released this 19 May 13:44
· 62 commits to main since this release

Remove

  • Remove deprecated isFileLike() utility, use isFile() instead;
  • Remove deprecated FormDataEncoder.getContentLength() method.

Update

  • BREAKING: Drop Node 14.x support. Since 3.x the minimal required version is 16.5.x;
  • Implement internal chunk utility to split value into chunks, if the value size is greater than 65536 bytes. This applied both to Files and string values, because FormDataEnocder supports AsyncIterable returned by File.stream();
  • Expose package.json in esports field of package.json.

All changes: v2.1.4...v3.0.0