Skip to content

Releases: fastify/fastify-multipart

v1.0.4

24 Dec 20:54
Compare
Choose a tag to compare

📚 PR:

  • Update README.md (#107)
  • fix: add missing options parameter to typings (#111)

v1.0.3

04 Dec 20:35
Compare
Choose a tag to compare

📚 PR:

  • chore(package): update eslint-config-standard-with-typescript to version 8.0.0
  • chore(package): update eslint-config-standard to version 14.0.0
  • chore(package): update eslint-plugin-node to version 10.0.0
  • Merge pull request #87 from fastify/greenkeeper/eslint-config-standard-with-typescript-8.0.0
  • Merge pull request #96 from fastify/greenkeeper/eslint-plugin-node-10.0.0
  • Merge branch 'master' into greenkeeper/eslint-config-standard-14.0.0
  • Merge branch 'master' into greenkeeper/eslint-config-standard-14.0.0
  • Merge pull request #92 from fastify/greenkeeper/eslint-config-standard-14.0.0
  • chore(package): update standard to version 14.0.2 (#95)
  • chore(package): update @typescript-eslint/parser to version 2.0.0 (#90)
  • chore(package): update eslint to version 6.6.0 (#101)
  • chore(package): update @types/node to version 12.11.7 (#100)
  • chore(package): update form-data to version 3.0.0 (#103)
  • fix: Dont attach file to body if the limit has been reached (#105)

v1.0.2

01 Aug 07:54
Compare
Choose a tag to compare

📚 PR:

  • chore(package): update standard to version 13.0.1
  • fix(package): update deepmerge to version 4.0.0 (#79)
  • Greenkeeper/@types/node 12.0.6 (#74)
  • Update standard to the latest version 🚀 (#81)
  • Fix crash on bad input (#83)
  • chore(package): update eslint-config-standard to version 13.0.1 (#80)

v1.0.1

25 Jun 16:15
Compare
Choose a tag to compare

📚 PR:

  • Fix default export to commonjs export (#78)

v1.0.0

22 May 18:30
Compare
Choose a tag to compare

📚 PR:

  • refactor TS definitions (#68)
  • Fix typos (#70)
  • Fix/multiple files in body (#66)

v0.8.2

15 May 17:35
Compare
Choose a tag to compare

📚 PR:

  • ignore tap (#69)
  • Update type definition to align with JavaScript implementation (#65)

v0.8.1

19 Apr 18:42
Compare
Choose a tag to compare

📚 PR:

  • fix: all request as multipart (#63)

v0.8.0

05 Apr 19:14
Compare
Choose a tag to compare

Feature:

  • Add the option to append the forms parameters to the body (#60)

v0.7.0

10 Feb 19:14
Compare
Choose a tag to compare
  • Added typings #56

v0.6.0

10 Jan 14:22
Compare
Choose a tag to compare
  • allow per request opption overriding #52
  • update concat-stream #53
  • update busboy #54