Skip to content

Commit decabc9

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-06-25) ### Bug Fixes * **1196:** extend parameter matching with index fallback when name matching fails ([microsoft#1241](https://github.com/zshannon/typescript-go/issues/1241)) ([8975084](8975084)) * **1250:** fix bigint literal type declaration emit ([microsoft#1258](https://github.com/zshannon/typescript-go/issues/1258)) ([6e03d62](6e03d62)) * **949:** fix unmatched closing tags in JSX with referenced identifiers ([microsoft#1056](https://github.com/zshannon/typescript-go/issues/1056)) ([671b5cb](671b5cb)) * avoid treating await in jsdoc as top-level await ([microsoft#877](https://github.com/zshannon/typescript-go/issues/877)) ([656029e](656029e)) * **docs:** Ensure function documentation appears on hover ([microsoft#739](https://github.com/zshannon/typescript-go/issues/739)) ([b2655e6](b2655e6)) ### Features * **911:** erasableSyntaxOnly not supported ([microsoft#1068](https://github.com/zshannon/typescript-go/issues/1068)) ([ddb1ebb](ddb1ebb)) ### Performance Improvements * use append instead of Concat in appendLookupLocations ([microsoft#632](https://github.com/zshannon/typescript-go/issues/632)) ([026e5f9](026e5f9))
1 parent af1c438 commit decabc9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 1.0.0 (2025-06-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **1196:** extend parameter matching with index fallback when name matching fails ([#1241](https://github.com/zshannon/typescript-go/issues/1241)) ([8975084](https://github.com/zshannon/typescript-go/commit/89750840c98d458dd19666e901fcf58ffc6d851a))
7+
* **1250:** fix bigint literal type declaration emit ([#1258](https://github.com/zshannon/typescript-go/issues/1258)) ([6e03d62](https://github.com/zshannon/typescript-go/commit/6e03d625d15ccaf727cb9a44b455eefb16f3d450))
8+
* **949:** fix unmatched closing tags in JSX with referenced identifiers ([#1056](https://github.com/zshannon/typescript-go/issues/1056)) ([671b5cb](https://github.com/zshannon/typescript-go/commit/671b5cb3693a226c01e86d3b0537479d32a8952b))
9+
* avoid treating await in jsdoc as top-level await ([#877](https://github.com/zshannon/typescript-go/issues/877)) ([656029e](https://github.com/zshannon/typescript-go/commit/656029eab5a2ffd91076769952d0143864395a48))
10+
* **docs:** Ensure function documentation appears on hover ([#739](https://github.com/zshannon/typescript-go/issues/739)) ([b2655e6](https://github.com/zshannon/typescript-go/commit/b2655e6166f60211adc8e6e4557688ad4e693ed2))
11+
12+
13+
### Features
14+
15+
* **911:** erasableSyntaxOnly not supported ([#1068](https://github.com/zshannon/typescript-go/issues/1068)) ([ddb1ebb](https://github.com/zshannon/typescript-go/commit/ddb1ebbaefd82b7402799cf5ea8e262228cd403a))
16+
17+
18+
### Performance Improvements
19+
20+
* use append instead of Concat in appendLookupLocations ([#632](https://github.com/zshannon/typescript-go/issues/632)) ([026e5f9](https://github.com/zshannon/typescript-go/commit/026e5f9dee255d02730fccc52042e87972eea24b))

0 commit comments

Comments
 (0)