Releases: fabian-hiller/decode-formdata
Releases · fabian-hiller/decode-formdata
v0.8.0
Many thanks to @Balastrong, @nihilum-labs and @crutchcorn for contributing to this release.
- Add support for array bracket notation (pull request #15)
v0.7.5
- Republish previous version because build step was forgotten
v0.7.4
v0.7.3
v0.7.2
- Republish previous version because build step was forgotten
v0.7.1
- Fix bug in template of path when decoding direct array items
v0.7.0
- Add optional
transform
argument todecode
function
v0.6.0
Many thanks to @jdgamble555 for contributing to this release.
- Change output for empty strings,
'null'
and'undefined'
(issue #9)
v0.5.0
Many thanks to @micha149 and @crutchcorn for contributing to this release.
- Add
FormDataInfo
type to global exports - Add support for non-indexed array fields (issue #8)
v0.4.0
Many thanks to @sacrosanctic for contributing to this release.
- Add support for millisecond dates to
getFieldDate
util (pull request #7) - Improve performance and security of regular expressions