We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fd28c commit 041d149Copy full SHA for 041d149
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## 0.15.0
4
+* Now written for TypeScript 3.3.x!
5
+* Removed external CLI parser dependency and wrote our own `CommandLineParser.ts` to read CLI and tsconfig input.
6
* Added support for hoisting, can be disabled with the `noHoisting` option in CLI or tsconfig.
7
* Added support for generator functions.
8
* Reworked classes into a system more similar to JavaScript with prototype tables.
0 commit comments