Skip to content

Commit 92fd28c

Browse files
authored
Update CHANGELOG.md
1 parent b2a7630 commit 92fd28c

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.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.

0 commit comments

Comments
 (0)