Skip to content

Commit 026317c

Browse files
authored
Update CHANGELOG.md
1 parent 3d5540d commit 026317c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

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

3+
## 0.20.0
4+
- Added support for `string.repeat`, `string.padStart` and `string.padEnd`.
5+
- Added automatic variable renaming for invalid Lua identifiers.
6+
- Fixed `/** @tupleReturn */` not working for function types (i.e `myFunc: () => [number, number]`)
7+
- Various improvements to source map output format.
8+
- Various small code tweaks and improvements.
9+
10+
## 0.19.0
311
- **BREAKING CHANGE:** All tstl-specific options should now be inside the "tstl" section in tsconfig.json (see README.md). **Root-level options are no longer supported**.
412
- Added a compiler API to programmatically invoke TypeScriptToLua, and to modify or extend the default transpiler. More info on the [Compiler API wiki page](<https://github.com/TypeScriptToLua/TypeScriptToLua/wiki/TypeScriptToLua-API>).
513
- Added support for [class decorators](https://www.typescriptlang.org/docs/handbook/decorators.html#class-decorators).

0 commit comments

Comments
 (0)