Releases: fabian-hiller/decode-formdata
Releases · fabian-hiller/decode-formdata
v0.9.0
26 Mar 05:07
Compare
Sorry, something went wrong.
No results found
Change FormDataEntry and FormDataInfo from type to interface
Fix potential prototype pollution by ignoring certain keys
v0.8.0
20 Aug 15:55
Compare
Sorry, something went wrong.
No results found
v0.7.5
01 Jun 15:00
Compare
Sorry, something went wrong.
No results found
Republish previous version because build step was forgotten
v0.7.4
01 Jun 14:58
Compare
Sorry, something went wrong.
No results found
Many thanks to @ile for contributing to this release.
Remove unnecessary log statement in decode function
v0.7.3
29 May 18:03
Compare
Sorry, something went wrong.
No results found
Many thanks to @ile for contributing to this release.
Fix bug in regex of decode for template name creation (issue #208)
v0.7.2
30 Apr 23:49
Compare
Sorry, something went wrong.
No results found
Republish previous version because build step was forgotten
v0.7.1
30 Apr 23:34
Compare
Sorry, something went wrong.
No results found
Fix bug in template of path when decoding direct array items
v0.7.0
30 Apr 23:15
Compare
Sorry, something went wrong.
No results found
Add optional transform argument to decode function
v0.6.0
12 Feb 03:15
Compare
Sorry, something went wrong.
No results found
Many thanks to @jdgamble555 for contributing to this release.
Change output for empty strings, 'null' and 'undefined' (issue #9 )
v0.5.0
15 Dec 04:09
Compare
Sorry, something went wrong.
No results found
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 )