You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
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
+
3
14
## 0.23.0
4
15
5
16
- Added support for OmittedExpression in array literals and array binding patterns.
0 commit comments