3.0.0
Remove
- Remove deprecated
isFileLike()
utility, useisFile()
instead; - Remove deprecated
FormDataEncoder.getContentLength()
method.
Update
- BREAKING: Drop Node
14.x
support. Since 3.x the minimal required version is16.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, becauseFormDataEnocder
supportsAsyncIterable
returned byFile.stream()
; - Expose
package.json
inesports
field ofpackage.json
.
All changes: v2.1.4...v3.0.0