Skip to content

Releases: fastify/fastify-multipart

v2.0.2

13 Jun 13:59
Compare
Choose a tag to compare

πŸ“š PR:

  • updated badges
  • Added .taprc
  • Bumped v2.0.1
  • Updated fastify@3.0.0-rc.4, fixed flaky test
  • Bump @types/node from 13.13.6 to 14.0.1 (#122)
  • Bump @typescript-eslint/parser from 2.34.0 to 3.0.1 (#125)
  • Update to fastify v3 rc.3, fix content type parser format. (#127)

v2.0.1

03 Jun 09:31
Compare
Choose a tag to compare
  • Update to fastify v3 rc.3, fix content type parser format. (#127)

v2.0.0

11 May 17:53
Compare
Choose a tag to compare

πŸ“š PR:

  • Upgrade to Fastify v3 (#119)

v1.0.6

09 May 15:48
Compare
Choose a tag to compare

πŸ“š PR:

  • fix: Handle multiple string fields (#121)

v1.0.5

17 Feb 10:06
Compare
Choose a tag to compare

πŸ“š PR:

  • fix docs (#114)
  • Explicit handle proto fields. (#116)

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)