Skip to content

Commit 18165f0

Browse files
committed
CHANGELOG.md 1.32.0
1 parent 2dc28fb commit 18165f0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

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

3+
## 1.32.0
4+
5+
- Fixed a broken `@customName` interation with import statements
6+
- Use `(table.)unpack(expression, from, to)` when using array destructing syntax `const [a,b] = array;` to avoid having to unpack the entire array
7+
- Fixed compiler annotations also considering the next line as part of any possible arguments
8+
- Fixed a bug with unicode classnames not being properly escaped in static initializer blocks
9+
- Fixed a bug where `@noSelf` still was not respected for index signature methods
10+
- Fixed a case where loop variables were incorrectly missing `local`
11+
- Removed dead code that was sometimes generated using `continue` in a loop
12+
- Fixed a bug with tagged template literals when the tag is a function call
13+
- Fixed a bug with class decorators leading to invalid Lua code being generated
14+
- A `-` or `+` prefix now converts expressions to numbers with `Number()`
15+
- Fixed a bug with root level `using` statements not properly disposing objects
16+
317
## 1.31.0
418

519
- Upgraded TypeScript to 5.8.2

0 commit comments

Comments
 (0)