Skip to content

Commit 8fd1175

Browse files
authored
Update CHANGELOG.md
1 parent 318d1a2 commit 8fd1175

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

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

3+
## 0.23.0
4+
5+
- Added support for OmittedExpression in array literals and array binding patterns.
6+
- Added support for [tagged template literals](https://basarat.gitbooks.io/typescript/docs/template-strings.html#tagged-templates).
7+
- Changed output lua formatting to be more debugger-friendly.
8+
- Various improvements to source maps.
9+
10+
- Fixed an issue with the interaction of super calls and exported classes.
11+
- Fixed `@noResolution` not working on named modules.
12+
- Fixed namespace merging not working due to an earlier change.
13+
14+
- Some refactoring and plumbing for the website.
15+
316
## 0.22.0
417

518
- Added the [@vararg](https://github.com/TypeScriptToLua/TypeScriptToLua/wiki/Compiler-Directives#vararg) directive.

0 commit comments

Comments
 (0)