Skip to content

Commit 5b22b22

Browse files
authored
Merge pull request #33 from ghostdevv/changeset-release/main
2 parents 072f83f + 4e9a852 commit 5b22b22

8 files changed

+19
-31
lines changed

.changeset/blue-cycles-build.md

-5
This file was deleted.

.changeset/chilled-lies-shop.md

-5
This file was deleted.

.changeset/hungry-cobras-glow.md

-5
This file was deleted.

.changeset/six-dancers-invite.md

-5
This file was deleted.

.changeset/tasty-plants-glow.md

-5
This file was deleted.

.changeset/yellow-buses-hammer.md

-5
This file was deleted.

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# extractinator
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- feat: add log level cli flag ([`4d11fed2424609a70d24bcf8490ceb04107b87e2`](https://github.com/ghostdevv/extractinator/commit/4d11fed2424609a70d24bcf8490ceb04107b87e2))
8+
9+
- wip: improved jsdoc parsing ([`94a7d87e80d4eac4a62b18781b9c0044d5fb1461`](https://github.com/ghostdevv/extractinator/commit/94a7d87e80d4eac4a62b18781b9c0044d5fb1461))
10+
11+
- feat: handle multiple declarations by outputting twice ([`072f83fdd34f39410fafd2831e4fe37f5d993e98`](https://github.com/ghostdevv/extractinator/commit/072f83fdd34f39410fafd2831e4fe37f5d993e98))
12+
13+
### Patch Changes
14+
15+
- fix: exit if a file is passed, or the path doesn't exist ([`79311f02739edde08ccfe143a0baddd3ad970dcd`](https://github.com/ghostdevv/extractinator/commit/79311f02739edde08ccfe143a0baddd3ad970dcd))
16+
17+
- fix: only log cleaning up in temp if actaully cleaning up ([`d5fd3dcaf2430170a92f12db47faebcf614f1dde`](https://github.com/ghostdevv/extractinator/commit/d5fd3dcaf2430170a92f12db47faebcf614f1dde))
18+
19+
- fix: extract props if $Props is used ([`d3403cea3ea53ac32187feadbb3878cfc3609a87`](https://github.com/ghostdevv/extractinator/commit/d3403cea3ea53ac32187feadbb3878cfc3609a87))
20+
321
## 0.4.0
422

523
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extractinator",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"type": "module",
55
"description": "A tool to extract the api information from Svelte and TS/JS files. Extract slots, events, module exports, props, and css props all with parsed tsdoc comments.",
66
"contributors": [

0 commit comments

Comments
 (0)