There was an error while loading. Please reload this page.
1 parent 318d1a2 commit 8fd1175Copy full SHA for 8fd1175
1 file changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
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
16
## 0.22.0
17
18
- Added the [@vararg](https://github.com/TypeScriptToLua/TypeScriptToLua/wiki/Compiler-Directives#vararg) directive.
0 commit comments