Skip to content

Commit 962096d

Browse files
committed
chore: release v0.11.2
1 parent 070dc24 commit 962096d

9 files changed

Lines changed: 67 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,63 @@
11
# Changelog
2+
[Compare changes](https://github.com/stacksjs/dtsx/compare/v0.11.1...v0.11.2)
3+
4+
### 🚀 Features
5+
6+
- **generator**: discover stx component sources ([18ade38](https://github.com/stacksjs/dtsx/commit/18ade38)) _(by Chris <chrisbreuer93@gmail.com>)_
7+
- **stx**: generate component declarations ([8d19443](https://github.com/stacksjs/dtsx/commit/8d19443)) _(by Chris <chrisbreuer93@gmail.com>)_
8+
9+
### 🐛 Bug Fixes
10+
11+
- **generator**: emit valid default declarations ([070dc24](https://github.com/stacksjs/dtsx/commit/070dc24)) _(by Chris <chrisbreuer93@gmail.com>)_
12+
- **isolated**: retain complex JSX scan boundaries ([ec11d48](https://github.com/stacksjs/dtsx/commit/ec11d48)) _(by Chris <chrisbreuer93@gmail.com>)_
13+
- **zig**: balance jsx initializer syntax ([3c5e4a5](https://github.com/stacksjs/dtsx/commit/3c5e4a5)) _(by Chris <chrisbreuer93@gmail.com>)_
14+
- **react**: harden jsx expression boundaries ([5fa7599](https://github.com/stacksjs/dtsx/commit/5fa7599)) _(by Chris <chrisbreuer93@gmail.com>)_
15+
- **react**: narrow wrapper dependency inference ([5d8fc55](https://github.com/stacksjs/dtsx/commit/5d8fc55)) _(by Chris <chrisbreuer93@gmail.com>)_
16+
- **react**: support component wrapper patterns ([38150d7](https://github.com/stacksjs/dtsx/commit/38150d7)) _(by Chris <chrisbreuer93@gmail.com>)_
17+
- **react**: scan jsx component initializers ([6901cac](https://github.com/stacksjs/dtsx/commit/6901cac)) _(by Chris <chrisbreuer93@gmail.com>)_
18+
- **react**: preserve wrapped component types ([2856c9c](https://github.com/stacksjs/dtsx/commit/2856c9c)) _(by Chris <chrisbreuer93@gmail.com>)_
19+
- **react**: infer jsx component returns ([d47aaa6](https://github.com/stacksjs/dtsx/commit/d47aaa6)) _(by Chris <chrisbreuer93@gmail.com>)_
20+
21+
### ⚡ Performance Improvements
22+
23+
- **isolated**: skip annotated single-line literals ([ab657d5](https://github.com/stacksjs/dtsx/commit/ab657d5)) _(by Chris <chrisbreuer93@gmail.com>)_
24+
25+
### 📚 Documentation
26+
27+
- link the community as stacksjs.com/discord ([d2bf3c1](https://github.com/stacksjs/dtsx/commit/d2bf3c1)) _(by Chris <chrisbreuer93@gmail.com>)_
28+
- **stx**: document component declarations ([51594bd](https://github.com/stacksjs/dtsx/commit/51594bd)) _(by Chris <chrisbreuer93@gmail.com>)_
29+
- **cli**: label command output fences ([aee2894](https://github.com/stacksjs/dtsx/commit/aee2894)) _(by Chris <chrisbreuer93@gmail.com>)_
30+
31+
### 🧪 Tests
32+
33+
- **generator**: cover annotated default export records ([bcca75a](https://github.com/stacksjs/dtsx/commit/bcca75a)) _(by Chris <chrisbreuer93@gmail.com>)_
34+
- **stx**: cover component declaration syntax ([3e0729c](https://github.com/stacksjs/dtsx/commit/3e0729c)) _(by Chris <chrisbreuer93@gmail.com>)_
35+
- **vue**: follow renamed burn fixture ([ef79503](https://github.com/stacksjs/dtsx/commit/ef79503)) _(by Chris <chrisbreuer93@gmail.com>)_
36+
37+
### 🤖 Continuous Integration
38+
39+
- **benchmark**: report isolated mode speedup ([edeb9ac](https://github.com/stacksjs/dtsx/commit/edeb9ac)) _(by Chris <chrisbreuer93@gmail.com>)_
40+
41+
### 🧹 Chores
42+
43+
- release v0.11.2 ([bd88ad7](https://github.com/stacksjs/dtsx/commit/bd88ad7)) _(by Chris <chrisbreuer93@gmail.com>)_
44+
- wip ([a76b183](https://github.com/stacksjs/dtsx/commit/a76b183)) _(by Chris <chrisbreuer93@gmail.com>)_
45+
46+
### 📄 Miscellaneous
47+
48+
- Merge pull request #3106 from stacksjs/codex/isolated-mode-benchmarks ([be1c8c2](https://github.com/stacksjs/dtsx/commit/be1c8c2)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#3106](https://github.com/stacksjs/dtsx/issues/3106), [#3106](https://github.com/stacksjs/dtsx/issues/3106))
49+
- Merge pull request #3105 from stacksjs/codex/stx-component-declarations ([30310cf](https://github.com/stacksjs/dtsx/commit/30310cf)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#3105](https://github.com/stacksjs/dtsx/issues/3105), [#3105](https://github.com/stacksjs/dtsx/issues/3105))
50+
- Merge pull request #3104 from stacksjs/agent/react-component-declarations ([787d732](https://github.com/stacksjs/dtsx/commit/787d732)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#3104](https://github.com/stacksjs/dtsx/issues/3104), [#3104](https://github.com/stacksjs/dtsx/issues/3104))
51+
52+
### bench
53+
54+
- **isolated**: stabilize mode comparison workloads ([c1b2e49](https://github.com/stacksjs/dtsx/commit/c1b2e49)) _(by Chris <chrisbreuer93@gmail.com>)_
55+
- **isolated**: compare generation paths ([1582d5e](https://github.com/stacksjs/dtsx/commit/1582d5e)) _(by Chris <chrisbreuer93@gmail.com>)_
56+
57+
### Contributors
58+
59+
- _Chris <chrisbreuer93@gmail.com>_
60+
261
[Compare changes](https://github.com/stacksjs/dtsx/compare/v0.11.0...v0.11.1)
362

463
### 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/dtsx",
33
"type": "module",
4-
"version": "0.11.1",
4+
"version": "0.11.2",
55
"private": true,
66
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
77
"author": "Chris Breuer <chris@stacksjs.org>",

packages/bun-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bun-plugin-dtsx",
33
"type": "module",
44
"sideEffects": false,
5-
"version": "0.11.1",
5+
"version": "0.11.2",
66
"description": "A Bun Bundler plugin that auto generates your DTS types extremely fast.",
77
"author": "Chris Breuer <chris@ow3.org>",
88
"license": "MIT",

packages/dtsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stacksjs/dtsx",
33
"type": "module",
44
"sideEffects": false,
5-
"version": "0.11.1",
5+
"version": "0.11.2",
66
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
77
"author": "Chris Breuer <chris@stacksjs.org>",
88
"license": "MIT",

packages/esbuild-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-plugin-dtsx",
33
"type": "module",
4-
"version": "0.11.1",
4+
"version": "0.11.2",
55
"description": "An esbuild plugin that auto generates your DTS types extremely fast.",
66
"author": "Chris Breuer <chris@ow3.org>",
77
"license": "MIT",

packages/tsup-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tsup-plugin-dtsx",
33
"type": "module",
4-
"version": "0.11.1",
4+
"version": "0.11.2",
55
"description": "A tsup plugin that auto generates your DTS types extremely fast.",
66
"author": "Chris Breuer <chris@ow3.org>",
77
"license": "MIT",

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-dtsx",
33
"type": "module",
4-
"version": "0.11.1",
4+
"version": "0.11.2",
55
"private": true,
66
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
77
"author": "Chris Breuer <chris@stacksjs.org>",

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webpack-plugin-dtsx",
33
"type": "module",
4-
"version": "0.11.1",
4+
"version": "0.11.2",
55
"description": "A webpack plugin that auto generates your DTS types extremely fast.",
66
"author": "Chris Breuer <chris@ow3.org>",
77
"license": "MIT",

packages/zig-dtsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zig-dtsx",
33
"type": "module",
4-
"version": "0.11.1",
4+
"version": "0.11.2",
55
"description": "High-performance DTS emitter written in Zig",
66
"exports": {
77
".": {

0 commit comments

Comments
 (0)