Skip to content

Latest commit

 

History

History
97 lines (49 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

97 lines (49 loc) · 4.5 KB

extractinator

0.5.0

Minor Changes

Patch Changes

0.4.0

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)

0.3.1

Patch Changes

  • fix: don't error on unsupported files (c97b74f)

  • fix: handle source .d.ts files (c8f7a50)

0.3.0

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)

0.2.1

Patch Changes

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

0.2.0

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)

0.1.0

Minor Changes

  • initial release (#2)