Releases: nuxtlabs/nuxt-component-meta
Releases · nuxtlabs/nuxt-component-meta
v0.4.3
- chore(debug): fix debug message ; only display if enabled (f9e5b3c)
v0.4.2
- feat(parser): avoid throwing unnecessary errors ; stub outputs for nitro (bf28ed5)
v0.4.0
- feat(up): refactor and expose parser (#47) (00a127a)
- perf: use fs/promises to improve the performance (#46) (00ac278)
v0.3.8
- chore: add release-it (2772a6e)
- chore: add test for ContentSlot (61234e9)
- fix: add space for slot and add example (8eda200)
0.3.3
Features
- Supports HMR in development
useComponentMeta
composable rewrite
- Use
API
in production
- Use virtual storage in development
- Improve returned response
- Now uses
vue-component-meta
for parsing (improved support for all Vue 3 components)
- Supports transformers, allowing to modify components before props and slots parsing
v0.1.8
Features
- Detect ts as expression and Vue's PropType (4d2388d)
Bug Fixes
- Check for object properties & ignore object spread (0f20817)
v0.1.6
Features
- Add flag for global components (#27) (6e70ad3)
- Basic support for typescript defineProps (#25) (60cfbaf)
- Detect
$slots
usages in template (#26) (ec35351)
- Extract props info from
defineProps
(#21) (8f89275)