Skip to content

Commit c0bf63d

Browse files
authored
Update CHANGELOG.md
1 parent 4a86dc1 commit c0bf63d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

3+
## 0.24.0
4+
5+
- Returns in try/catch statements now properly return from the current function.
6+
- TypeScript's `globalThis` is now translated to lua's `_G`. Lualib functions were updated where relevant.
7+
8+
- Fixed issue where string/table literals were missing parentheses and caused lua syntax errors.
9+
- Various improvements/refactorings across the codebase.
10+
- Fixed syntax error in for...of loops with empty destructuring argument.
11+
- Fixed issue with `do ... while` scope.
12+
- Fixed a bug with [@combileMembersOnly](https://github.com/TypeScriptToLua/TypeScriptToLua/wiki/Compiler-Directives#compilemembersonly) where it would ignore anything before the enum name.
13+
314
## 0.23.0
415

516
- Added support for OmittedExpression in array literals and array binding patterns.

0 commit comments

Comments
 (0)