Skip to content

Releases: wobsoriano/h3-formidable

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Sep 21:49

   🚨 Breaking Changes

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

   🚀 Features

    View changes on GitHub

v0.3.8

Choose a tag to compare

@github-actions github-actions released this 10 Jul 02:40

   🐞 Bug Fixes

    View changes on GitHub

v0.3.7

Choose a tag to compare

@github-actions github-actions released this 10 Jul 02:37

   🐞 Bug Fixes

    View changes on GitHub

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 24 Jun 00:29

   🚀 Features

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

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 11 Jun 01:29

   🐞 Bug Fixes

    View changes on GitHub

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 11 Jun 01:29

   🐞 Bug Fixes

    View changes on GitHub

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 16:15

   🚀 What's new

    View changes on GitHub

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 03 Dec 06:28

   🚀 Features

    View changes on GitHub

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 28 Nov 21:23

No significant changes

    View changes on GitHub

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 21:23

No significant changes

    View changes on GitHub