Releases: nuxt-content/nuxt-component-meta
Releases · nuxt-content/nuxt-component-meta
v0.4.0
21 Dec 19:31
Compare
Sorry, something went wrong.
No results found
feat(up): refactor and expose parser (#47 ) (00a127a )
perf: use fs/promises to improve the performance (#46 ) (00ac278 )
v0.3.8
06 Dec 13:23
Compare
Sorry, something went wrong.
No results found
chore: add release-it (2772a6e )
chore: add test for ContentSlot (61234e9 )
fix: add space for slot and add example (8eda200 )
v0.3.7
06 Dec 13:14
Compare
Sorry, something went wrong.
No results found
v0.3.6
06 Dec 11:05
Compare
Sorry, something went wrong.
No results found
0.3.3
01 Nov 19:11
Compare
Sorry, something went wrong.
No results found
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
20 Jul 09:52
Compare
Sorry, something went wrong.
No results found
Features
Detect ts as expression and Vue's PropType (4d2388d )
Bug Fixes
Check for object properties & ignore object spread (0f20817 )
v0.1.6
19 Jul 09:53
Compare
Sorry, something went wrong.
No results found
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 )