Skip to content

Releases: fabian-hiller/decode-formdata

v0.8.0

20 Aug 15:55
Compare
Choose a tag to compare

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

01 Jun 15:00
Compare
Choose a tag to compare
  • Republish previous version because build step was forgotten

v0.7.4

01 Jun 14:58
Compare
Choose a tag to compare

Many thanks to @ile for contributing to this release.

  • Remove unnecessary log statement in decode function

v0.7.3

29 May 18:03
Compare
Choose a tag to compare

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
Choose a tag to compare
  • Republish previous version because build step was forgotten

v0.7.1

30 Apr 23:34
Compare
Choose a tag to compare
  • Fix bug in template of path when decoding direct array items

v0.7.0

30 Apr 23:15
Compare
Choose a tag to compare
  • Add optional transform argument to decode function

v0.6.0

12 Feb 03:15
Compare
Choose a tag to compare

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
Choose a tag to compare

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

13 Nov 01:10
Compare
Choose a tag to compare

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