Skip to content

Commit 3c41892

Browse files
authored
Update CHANGELOG.md
1 parent f18c6a1 commit 3c41892

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

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

3+
## 0.22.0
4+
5+
- Added the [@vararg](https://github.com/TypeScriptToLua/TypeScriptToLua/wiki/Compiler-Directives#vararg) directive.
6+
- Added the [@forRange](https://github.com/TypeScriptToLua/TypeScriptToLua/wiki/Compiler-Directives#forRange) directive.
7+
- Custom ts transformers can now be loaded from tsconfig.
8+
9+
- Fixed default tstl header incorrectly showing up above lualib functions.
10+
- Some improvements to typeof expressions.
11+
312
## 0.21.0
413

514
- Imports/exports that are ambient (declarations, types, interfaces, etc) or are not used in value positions no longer generate `require` statements.

0 commit comments

Comments
 (0)