h3-formidable

File upload parsing utility for h3 and Nuxt.

MIT License

Downloads
4.9K
Stars
61
Committers
2

Bot releases are visible (Hide)

h3-formidable - v1.0.0 Latest Release

Published by github-actions[bot] about 1 year ago

   🚨 Breaking Changes

  • Return form, fields, and files by default and remove the includeFields option  -  by @wobsoriano (d9b2a)

   🚀 Features

  • Add form to readFiles result  -  by @wobsoriano (152de)
  • Use parse promisified version  -  by @wobsoriano (ed53a)
    View changes on GitHub
h3-formidable - v0.3.8

Published by github-actions[bot] over 1 year ago

   🐞 Bug Fixes

  • Typescript shim  -  by @wobsoriano (d187a)
    View changes on GitHub
h3-formidable - v0.3.7

Published by github-actions[bot] over 1 year ago

   🐞 Bug Fixes

  • Alignment type definition for formidable  -  by @baboon-king (cf63b)
    View changes on GitHub
h3-formidable - v0.3.5

Published by github-actions[bot] over 1 year ago

   🚀 Features

  • Add formidable plugins support  -  by @wobsoriano (13f34)
  • Allow access to form via cb  -  by @wobsoriano (54378)

Plugin example

import { createFileParserMiddleware } from 'h3-formidable'

export default createFileParserMiddleware({
  getForm((form) => {
    form.use((self, options) => {
      // self === this === form
      console.log('woohoo, custom plugin');
      // do your stuff; check `https://github.com/node-formidable/formidable/tree/master/src/plugins` for inspiration
    })
  })
})
    View changes on GitHub
h3-formidable - v0.3.3

Published by github-actions[bot] over 1 year ago

   🐞 Bug Fixes

  • Type err as skip open allowSyntheticDefaultImports  -  by @baboon-king (3823f)
    View changes on GitHub
h3-formidable - v0.3.4

Published by github-actions[bot] over 1 year ago

   🐞 Bug Fixes

  • Type err as skip open allowSyntheticDefaultImports  -  by @baboon-king (3823f)
    View changes on GitHub
h3-formidable - v0.3.0

Published by github-actions[bot] over 1 year ago

   🚀 What's new

  • deps: Bump h3 to 1.6.4  -  by @wobsoriano (5327d)
    View changes on GitHub
h3-formidable - v0.2.2

Published by github-actions[bot] almost 2 years ago

   🚀 Features

  • Add includeFields option  -  by @wobsoriano (20446)
    View changes on GitHub
h3-formidable - v0.2.0

Published by github-actions[bot] almost 2 years ago

No significant changes

    View changes on GitHub
h3-formidable - v0.2.1

Published by github-actions[bot] almost 2 years ago

No significant changes

    View changes on GitHub
h3-formidable - v0.1.2

Published by github-actions[bot] almost 2 years ago

No significant changes

    View changes on GitHub