File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.15.0
4+ * Added support for hoisting, can be disabled with the ` noHoisting ` option in CLI or tsconfig.
5+ * Added support for generator functions.
6+ * Reworked classes into a system more similar to JavaScript with prototype tables.
7+ * Improved support for ObjectBindingPatterns.
8+ * Added support for enums with identifier values.
9+ * Added support for the binary comma operator.
10+ * Added support for ` string.concat ` , ` string.slice ` and ` string.charCodeAt ` .
11+ * Refactored LuaTranspiler.emitLuaLib to its own method so it can be called from external code.
12+ * Improved function type inference.
13+ * Fixed some bugs in for loops with expressions.
14+ * Fixed a bug forwarding luaIterator functions.
15+
316## 0.14.0
417* Reworked internal transpiler structure to be more suited for future extension.
518* Reworked module and exports system.
You can’t perform that action at this time.
0 commit comments