Skip to content

Releases: fabian-hiller/decode-formdata

v0.9.0

Choose a tag to compare

@fabian-hiller fabian-hiller released this 26 Mar 05:07
  • Change FormDataEntry and FormDataInfo from type to interface
  • Fix potential prototype pollution by ignoring certain keys

v0.8.0

Choose a tag to compare

@fabian-hiller fabian-hiller released this 20 Aug 15:55

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

Choose a tag to compare

@fabian-hiller fabian-hiller released this 01 Jun 15:00
  • Republish previous version because build step was forgotten

v0.7.4

Choose a tag to compare

@fabian-hiller fabian-hiller released this 01 Jun 14:58

Many thanks to @ile for contributing to this release.

  • Remove unnecessary log statement in decode function

v0.7.3

Choose a tag to compare

@fabian-hiller fabian-hiller released this 29 May 18:03

Many thanks to @ile for contributing to this release.

  • Fix bug in regex of decode for template name creation (issue #208)

v0.7.2

Choose a tag to compare

@fabian-hiller fabian-hiller released this 30 Apr 23:49
  • Republish previous version because build step was forgotten

v0.7.1

Choose a tag to compare

@fabian-hiller fabian-hiller released this 30 Apr 23:34
  • Fix bug in template of path when decoding direct array items

v0.7.0

Choose a tag to compare

@fabian-hiller fabian-hiller released this 30 Apr 23:15
  • Add optional transform argument to decode function

v0.6.0

Choose a tag to compare

@fabian-hiller fabian-hiller released this 12 Feb 03:15

Many thanks to @jdgamble555 for contributing to this release.

  • Change output for empty strings, 'null' and 'undefined' (issue #9)

v0.5.0

Choose a tag to compare

@fabian-hiller fabian-hiller released this 15 Dec 04:09

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)