Releases: wobsoriano/numix
Releases · wobsoriano/numix
Release list
numix@0.4.2
Patch Changes
- 6fe1c0f: Fix missing headers in virtual handler
numix@0.4.0
Minor Changes
- 75e1eb5: Bump @nuxt/kit to 3.12.4
v0.3.2
🚀 Features
- Easy loader and action types - by @wobsoriano (ca2c3)
const { data } = await useLoaderData<typeof loader>()
const { data: result } = await useActionData<typeof action>()View changes on GitHub
v0.3.1
v0.3.0
v0.2.0
🚀 What's new
- deps:
- Bump @nuxt/kit to 3.3.2 - by @wobsoriano (ae19a)
- Bump h3 to 1.6.4 - by @wobsoriano (d17a6)
- Bump h3 ofetch to 1.0.1 - by @wobsoriano (c4b6d)
- Bump pathe to 1.1.0 - by @wobsoriano (9b5dc)
- Bump unplugin-strip-exports to 0.1.9 - by @wobsoriano (0b3ce)
- Bump es-module-lexer to 1.2.1 - by @wobsoriano (c8cf8)
🐞 Bug Fixes
- Composable types - by @wobsoriano (17c7f)
View changes on GitHub
v0.1.2
🚀 Features
- Generate route module code on resolveId hook - by @wobsoriano (0b424)
- Watch changes and regenerated route module code - by @wobsoriano (66764)
View changes on GitHub
v0.1.1
No significant changes