@octetstream/object-to-form-data
Advanced tools
Changelog
3.0.2
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
Changelog
3.0.0
a08f935
Thanks @octet-stream! - Add normalizeValue option. It allows to apply custom transformation per entry value
a08f935
Thanks @octet-stream! - Deprecate serialize.strict
member. Use objectToFormData function directly
a08f935
Thanks @octet-stream! - Add FormData
option allowing to pass custom FormData implementation
a08f935
Thanks @octet-stream! - Rewrite project with TypeScript
a08f935
Thanks @octet-stream! - Drop formdata-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