Releases: nuxtlabs/nuxt-component-meta
Releases · nuxtlabs/nuxt-component-meta
v0.9.0
v0.8.2
v0.8.1
v0.8.0
NOTE Version 0.8.0 uses vue-component-meta@^2.1.6, which may produce slightly different results compared to [email protected]. For instance, optional types will now include | undefined in their definitions. For example, enable?: boolean will be represented as enable?: boolean | undefined.
v0.7.0
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.2
- fix(stripe-types): missing type in array schema (8435f4c)
- fix(stripe-types): respect array & non-object types (22b307b)
- fix(global-components): handle components registered using
addComponent
util (#65) (bacda79) - fix: transform
useSlots
usages into dummy<slot />
in templates (#64) (032ff4a) - perf: avoid hitting fs if we have no transformers (#63) (1a173aa)
- chore: update readme (d440d97)
- chore(package): add repository (d4171c2)
- chore: run npm pkg fix (46caaea)
- chore: update deps (778675d)
- chore: simplify for nightly release (db78043)