Skip to content

Commit

Permalink
Merge pull request #19 from ghostdevv/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ghostdevv committed Dec 22, 2023
2 parents f30b024 + 174be5d commit 2b2c6fc
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-lamps-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-lions-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-boxes-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-meals-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-mayflies-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-dogs-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-ears-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-buses-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-mugs-attack.md

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# extractinator

## 0.3.0

### Minor Changes

- feat: --quiet cli option ([`d4fd44e`](https://github.com/ghostdevv/extractinator/commit/d4fd44e1cb143d747fb201c9b663372a944def0c))

- feat: include all modifier tags ([`7ed59d2`](https://github.com/ghostdevv/extractinator/commit/7ed59d2da76f4da8b6f0ff58255c04d029281f34))

### Patch Changes

- fix: support nested paths ([`57d1270`](https://github.com/ghostdevv/extractinator/commit/57d1270122078b9a461496eec19507e0e75d5c37))

- fix: logs not showing on cli by default ([`e0ba541`](https://github.com/ghostdevv/extractinator/commit/e0ba541b33b40b82d13d22c8d4dfb8aae689cca9))

- fix: cleanup .extractinator dir if it's unused ([`3b23557`](https://github.com/ghostdevv/extractinator/commit/3b235577c9a2b8b40e753ab129f351372c580a22))

- fix: DEBUG mode not refreshing dts files ([`c6a1b86`](https://github.com/ghostdevv/extractinator/commit/c6a1b864c8c4bb11501e36e5b4c2a01af0b439e2))

- breaking: examples are now `{ name, content }` instead of `string` ([`e3083a8`](https://github.com/ghostdevv/extractinator/commit/e3083a87673554b682d802ac4e2a3e24e4e7921d))

- fix: incorrectly trimming comments ([`e672f55`](https://github.com/ghostdevv/extractinator/commit/e672f55f53254c0cbedac0f903d249ac4260bd5a))

- fix: filter out junk ([`07d27c8`](https://github.com/ghostdevv/extractinator/commit/07d27c808374162e0710aca74bb15f2ee3c5b2af))

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extractinator",
"version": "0.2.1",
"version": "0.3.0",
"type": "module",
"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.",
"contributors": [
Expand Down

0 comments on commit 2b2c6fc

Please sign in to comment.