Skip to content

Releases: Hebilicious/form-actions-nuxt

v0.2.0-beta.2

10 Aug 09:48
7243ba1
Compare
Choose a tag to compare
v0.2.0-beta.2 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v0.2.0-beta.1

09 Aug 15:07
55864e5
Compare
Choose a tag to compare
v0.2.0-beta.1 Pre-release
Pre-release

   🚀 Features

    View changes on GitHub

v0.2.0-beta.0

08 Aug 10:59
47e9423
Compare
Choose a tag to compare
v0.2.0-beta.0 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

Despite some small breaking changes, the upgrade should be very smooth:

Removed exports

  • respondWithResponse: h3 now support returning a Response
  • getRequestFromEvent: h3 now support event.request
  • getFormData: h3 now has readFormData

You'll most likely have to search and replace getFormData for readFormData.

All utilites are now auto-imported, including the server ones.

Importing from #form-actions is no longer necessary, you can remove the import statements in your server code if you want.

Loaders in useFormActions must always be specified

If you were using implicit loaders in useFormActions, you must now specify them by name.
This was already necessary for proper typescript inference so this shouldn't affect many users.

v0.1.0

15 Jul 10:36
86f419f
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.0.10

29 Jun 13:53
ee856fc
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.0.9

20 Jun 14:52
da5c6f8
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.0.8

12 Jun 21:21
18f8325
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.0.7

12 Jun 21:05
fc4758a
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.0.6

12 Jun 20:56
29269c4
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.0.5

12 Jun 20:37
15df341
Compare
Choose a tag to compare

   🏎 Performance

    View changes on GitHub