File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments