X Tutup
Skip to content

Commit f5d7d1e

Browse files
committed
CHANGELOG.md 1.29.0
1 parent 1dba060 commit f5d7d1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

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

3+
## 1.29.0
4+
5+
- Added support for the `Luau` luaTarget. This will use Luau's `continue` statement and ternary conditional expression `if ... then ... else ...` where appropriate.
6+
- Added support for `new Array<T>()` syntax to construct arrays (constructing with a length argument is not allowed).
7+
- Fixed a bug causing arrays to sometimes be indexed with a wrong index.
8+
39
## 1.28.0
410

511
- Upgraded TypeScript to 5.7.2

0 commit comments

Comments
 (0)
X Tutup