Skip to content

Releases: ghostdevv/extractinator

v0.5.0

19 Sep 17:51
5b22b22
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.4.0

17 Sep 01:21
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • fix: trim comment outputs (#28)

  • breaking: update to ts 5.3 and outline minimum dep versions (d01fadd2c92f5211b7a6caf4ad0ee0975a9209d3)

  • fix: skip files with no exports (#28)

  • fix: filter out __index: any props (#28)

  • fix: not deleting temp folders correctly (#28)

v0.3.0

22 Dec 04:34
2b2c6fc
Compare
Choose a tag to compare

Minor Changes

  • feat: --quiet cli option (d4fd44e)

  • feat: include all modifier tags (7ed59d2)

Patch Changes

  • fix: support nested paths (57d1270)

  • fix: logs not showing on cli by default (e0ba541)

  • fix: cleanup .extractinator dir if it's unused (3b23557)

  • fix: DEBUG mode not refreshing dts files (c6a1b86)

  • breaking: examples are now { name, content } instead of string (e3083a8)

  • fix: incorrectly trimming comments (e672f55)

  • fix: filter out junk (07d27c8)

v0.2.1

05 Nov 18:38
556edb0
Compare
Choose a tag to compare

Patch Changes

  • fix: __VERSION__ is not defined error (922d20f)

v0.2.0

05 Nov 18:12
5247325
Compare
Choose a tag to compare

Minor Changes

  • feat: parse the component comment (#13)

Patch Changes

  • update README with better information (#8)

  • breaking: change variables to exports in parsed svelte files (#12)

  • fix: include node shebang (149fde0)

v0.1.0

05 Nov 15:50
Compare
Choose a tag to compare

Minor Changes

  • initial release (#2)