Releases: octet-stream/object-to-form-data
v3.0.5
Patch Changes
c1ba524
Thanks @octet-stream! - Add missing deprecation annotation
v3.0.4
Patch Changes
c4b749b
Thanks @octet-stream! - Fix documentation for NormalizeValue
v3.0.3
Patch Changes
c150e64
Thanks @octet-stream! - Add example usage with File and Blob
v3.0.2
Patch Changes
-
1f337d2
Thanks @octet-stream! - docs: Add more examples -
1f337d2
Thanks @octet-stream! - docs: Add Related links section -
1f337d2
Thanks @octet-stream! - docs: Add note about ESM/CJS support
v3.0.1
Patch Changes
9f465da
Thanks @octet-stream! - Add missing typings
v3.0.0
Major Changes
-
a08f935
Thanks @octet-stream! - Add normalizeValue option. It allows to apply custom transformation per entry value -
a08f935
Thanks @octet-stream! - Deprecateserialize.strict
member. Use objectToFormData function directly -
a08f935
Thanks @octet-stream! - AddFormData
option allowing to pass custom FormData implementation -
a08f935
Thanks @octet-stream! - Rewrite project with TypeScript -
a08f935
Thanks @octet-stream! - Dropformdata-node
in Node.js environment and rely on globalThis.FormData by default -
a08f935
Thanks @octet-stream! - Add notation option and support dot notation in addition to bracket notation
2.0.0
Update
- Support latest
formdata-node
version for better form-data spec compatibility with in Node.js - Improvements for TS typings
Remove
- The
serialize
function applies only an object or boolean as the second argument.