X Tutup
Skip to content

Commit c409d01

Browse files
committed
CHANGELOG.md 1.3.0
1 parent 120d91a commit c409d01

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

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

3+
## 1.3.0
4+
5+
- Added `LuaPairsIterable` language extension to mark objects as iterable with Lua's `pairs`.
6+
- Added support for properties on functions.
7+
- Unicode is no longer escaped and used as-is for `"luaTarget": "JIT"`.
8+
- Fixed some bugs related to destructuring in loops and function parameters.
9+
- Fixed incorrect global being generated for some `try` statements.
10+
- Fixed some incorrect behavior for `??` and `? :` when generic types were involved.
11+
- Added missing `...` optimization in cases where casts or parentheses are used.
12+
- Fixed a bug for `Promise` when resolving with another Promise. This also fixes some unexpected behavior with `async` which is built with Promises.
13+
- Fixed `async` functions not aborting after returning from a `catch` block.
14+
315
## 1.2.0
416

517
- Upgraded to TypeScript 4.5.x.

0 commit comments

Comments
 (0)
X Tutup