Skip to content

Releases: nuxt-content/nuxt-component-meta

v0.15.0

27 Nov 16:09

Choose a tag to compare

  • lit: fix (f0d5da9)
  • chore(deps): update all non-major dependencies (#91) (8dfae0d)
  • chore(deps): update actions/checkout action to v6 (#100) (8ebcb9b)
  • fix: better type detection and exclude duplicate components (0d125c6)
  • feat: introduce overrides option to modify metadata (#99) (fa5bf4b)
  • chore(deps): update actions/checkout action to v5 (#92) (7f246fc)
  • chore(deps): update actions/setup-node action to v6 (#96) (760ea87)

v0.14.2

13 Nov 10:19

Choose a tag to compare

  • feat: introduce no-schema option to drop schema form meta fields (#98) (32d57eb)

v0.14.1

17 Oct 12:15
v0.14.1
81dfbca

Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

10 Sep 14:18

Choose a tag to compare

  • fix: ensure checker exist on dispose (#88) (bff6616)
  • fix(propsToJsonSchema): drop function props & better enum support (3165cb4)

v0.13.1

05 Aug 11:02

Choose a tag to compare

v0.13.0

23 Jul 13:30

Choose a tag to compare

  • feat: introduce component parser utility (#84) (3d47c20)

v0.12.1

02 Jul 14:11

Choose a tag to compare

  • fix: filter events from props (a844f93)
  • chore: upgrade deps (86a33a2)

v0.12.0

27 Jun 08:14

Choose a tag to compare

  • perf: include less files in typescript checker (#82) (8644efb)

v0.11.0

23 Apr 15:23

Choose a tag to compare

  • feat: use previous meta and prevent duplicate parse (#79) (f9f18b6)
    On the second run of the development server, nuxt-component-meta uses previously generated metadata to prevent re-parsing the same components.

v0.10.1

25 Mar 10:24

Choose a tag to compare

  • fix: prevent duplicate hash generation in Nitro OpenApi (4f5fb93)
  • fix(cli): use importModule to generate component-meta output (#77) (4bf5ed9)