Releases: ghostdevv/extractinator
v0.5.0
Minor Changes
-
feat: add log level cli flag (
4d11fed2424609a70d24bcf8490ceb04107b87e2) -
wip: improved jsdoc parsing (
94a7d87e80d4eac4a62b18781b9c0044d5fb1461) -
feat: handle multiple declarations by outputting twice (
072f83fdd34f39410fafd2831e4fe37f5d993e98)
Patch Changes
-
fix: exit if a file is passed, or the path doesn't exist (
79311f02739edde08ccfe143a0baddd3ad970dcd) -
fix: only log cleaning up in temp if actaully cleaning up (
d5fd3dcaf2430170a92f12db47faebcf614f1dde) -
fix: extract props if $Props is used (
d3403cea3ea53ac32187feadbb3878cfc3609a87)
v0.4.0
Minor Changes
-
feat: add
typefield to output (31495390342edf3ec1517c8c0cc62da08c0be625) -
feat: verbose logging mode (#28)
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
Minor Changes
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 ofstring(e3083a8) -
fix: incorrectly trimming comments (
e672f55) -
fix: filter out junk (
07d27c8)