Releases: zshannon/typescript-go
Releases · zshannon/typescript-go
v0.1.1
Add ESBuild
ESBuild (#5) * initialize esbuild bridge * claude docs * use cValue * extend esbuild config enums to swift * add esbuild transform config * swiftformat * add esbuild trasnform configuration struct * wip transform * finished transform * fleshing out build api further yay claude lying about progress * plugin support * cleanup esbuild params * cleanup claude rules
v0.0.13
v0.0.12
v0.0.7
v0.0.3
v0.0.2
v0.0.1: 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 ([#1241](https://github.com/zshannon/typescript-go/issues/1241)) ([8975084](https://github.com/zshannon/typescript-go/commit/89750840c98d458dd19666e901fcf58ffc6d851a)) * **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)) * **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)) * 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)) * **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)) ### Features * **911:** erasableSyntaxOnly not supported ([#1068](https://github.com/zshannon/typescript-go/issues/1068)) ([ddb1ebb](https://github.com/zshannon/typescript-go/commit/ddb1ebbaefd82b7402799cf5ea8e262228cd403a)) ### Performance Improvements * 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))