Skip to content

Commit 4169d1c

Browse files
committed
CHANGELOG.md 1.16.0
1 parent f01403f commit 4169d1c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.16.0
4+
5+
- Upgraded TypeScript to 5.1.3.
6+
- Added support for [TypeScript 5.0 decorators](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#decorators).
7+
- Old-style decorators will still work as long as you have `experimentalDecorators` configured, otherwise the new standard is used.
8+
- Added support for [class static initialization blocks](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Static_initialization_blocks).
9+
- Fixed a bug causing the `tstl` object in tsconfig.json not to be properly extended when extending a tsconfig from node_modules.
10+
311
## 1.15.0
412

513
- Using `extends` in tsconfig.json now also correctly merges settings in the `tstl` block (shallow merge).

0 commit comments

Comments
 (0)