Skip to content

Commit b4b7635

Browse files
authored
Merge pull request #27 from ghostdevv/changeset-release/main
Version Packages
2 parents 3149539 + 87ac3b4 commit b4b7635

9 files changed

+21
-36
lines changed

.changeset/chatty-frogs-yell.md

-5
This file was deleted.

.changeset/healthy-beers-do.md

-5
This file was deleted.

.changeset/plenty-cycles-flash.md

-5
This file was deleted.

.changeset/quick-hats-approve.md

-5
This file was deleted.

.changeset/stale-doors-try.md

-5
This file was deleted.

.changeset/stale-rice-help.md

-5
This file was deleted.

.changeset/yellow-trainers-deny.md

-5
This file was deleted.

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# extractinator
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- feat: add `type` field to output ([`31495390342edf3ec1517c8c0cc62da08c0be625`](https://github.com/ghostdevv/extractinator/commit/31495390342edf3ec1517c8c0cc62da08c0be625))
8+
9+
- feat: verbose logging mode ([#28](https://github.com/ghostdevv/extractinator/pull/28))
10+
11+
### Patch Changes
12+
13+
- fix: trim comment outputs ([#28](https://github.com/ghostdevv/extractinator/pull/28))
14+
15+
- breaking: update to ts 5.3 and outline minimum dep versions ([`d01fadd2c92f5211b7a6caf4ad0ee0975a9209d3`](https://github.com/ghostdevv/extractinator/commit/d01fadd2c92f5211b7a6caf4ad0ee0975a9209d3))
16+
17+
- fix: skip files with no exports ([#28](https://github.com/ghostdevv/extractinator/pull/28))
18+
19+
- fix: filter out \_\_index: any props ([#28](https://github.com/ghostdevv/extractinator/pull/28))
20+
21+
- fix: not deleting temp folders correctly ([#28](https://github.com/ghostdevv/extractinator/pull/28))
22+
323
## 0.3.1
424

525
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extractinator",
3-
"version": "0.3.1",
3+
"version": "0.4.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)