All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.7 (2022-12-06)
- content: remove rest in content transformer (4a3d063)
0.3.6 (2022-12-06)
- module: update transformers (2f57524)
0.3.5 (2022-11-27)
- transformers: improve transformers feature ; add @nuxt/content support by default (93d176c)
0.3.4 (2022-11-16)
0.3.3 (2022-11-01)
- hmr: fix hmr; avoid relying on transformers (75e192b)
0.2.3 (2022-09-20)
0.2.2 (2022-08-31)
0.2.1 (2022-08-29)
0.2.0 (2022-08-29)
- use vue-component-meta (#34)
0.1.9 (2022-07-21)
- add parsed hook (#29) (8ce51dd)
- detect
$slots.*
usage in script (#31) (83ae454) - parse normal scripts with
defineComponent
(#28) (8fca9e4)
- handle complex slot (8a41b01)
0.1.8 (2022-07-20)
- detect ts as expression and Vue's PropType (4d2388d)
- check for object properties (0f20817)
0.1.7 (2022-07-19)
- prevent
undefined
error (5a403f4)
0.1.6 (2022-07-19)
- 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)
0.1.5 (2022-05-11)
- api: fix single component query (5f967c5)
- lint: fix linting (237b16f)
- use addServerHandler and correct method (3d247cc)
0.1.2 (2022-04-19)
0.1.0 (2022-04-15)
0.0.7 (2021-11-22)
0.0.6 (2021-11-22)
- resolve components path (9b071d3)
0.0.5 (2021-11-16)
0.0.4 (2021-11-09)
- handle parse error (b942424)
0.0.3 (2021-10-13)
- add template extension (f1f3873)
0.0.2 (2021-10-13)
- rename props key to name (8781217)
- provide slots, required, value and description meta (81b2a5c)