We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcae83 commit 7a94e53Copy full SHA for 7a94e53
1 file changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.21.0
4
+
5
+- Added support for `continue` for Lua 5.0, 5.1 and universal targets.
6
+- Added support for the new `/** @customName myCustomName **/` decorator, which allows renaming of variables and identifiers.
7
+ - This is useful to get around names that are reserved keywords in TypeScript, but are used in Lua API
8
+- Fixed a bug that caused super calls in static methods to throw an error
9
10
## 1.20.0
11
12
- Added support for `Number.parseInt` and `Number.parseFloat` (mapped to same implementation as global `parseInt` and `parseFloat`)
0 commit comments