Skip to content

Commit 7a94e53

Browse files
committed
CHANGELOG 1.21.0
1 parent dbcae83 commit 7a94e53

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

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

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+
310
## 1.20.0
411

512
- Added support for `Number.parseInt` and `Number.parseFloat` (mapped to same implementation as global `parseInt` and `parseFloat`)

0 commit comments

Comments
 (0)