Releases: nuxt-content/nuxt-component-meta
Releases · nuxt-content/nuxt-component-meta
v0.5.4
- fix: let nuxt handle tsconfig path aliasing (#59) (55ee968)
v0.5.3
- feat(module):
metaFields
option to exclude fields from output (#55) (8a127db)
v0.5.2
- fix: support .json in route for SSG (43898ca)
v0.5.0
- chore(docs): add ModuleOptions JSDoc (38a5299)
- fix: try to only parse meta once during ssr build (#54) (e7e61fe)
- feat: allow using regex or function in exclude option (#53) (0d7d1df)
- fix(module): only parse global components (#52) (83b4261)
- fix(parser): ensure that filePath is relative to root dir (#49) (f3411cc)
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)