Skip to content

Commit c2743a5

Browse files
authored
Update CHANGELOG.md 0.27.0
1 parent 12b1f2d commit c2743a5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 0.27.0
4+
5+
- Added support for [Spread Assignment](https://basarat.gitbooks.io/typescript/content/docs/spread-operator.html) statements.
6+
- Changed Map and Set implementations to they preserve insertion order when iterated over, as specified by ECMAScript.
7+
8+
- Fixed an issue with [/** @luaTable */](https://github.com/TypeScriptToLua/TypeScriptToLua/wiki/Compiler-Directives#luaTable) variable names disappearing.
9+
- Fixed for-in loops throwing an error when using a pre-defined variable.
10+
- Fixed issue with initialization order of class properties.
11+
12+
- Simplified enum transformation code.
13+
314
## 0.26.0
415

516
- Added support for [default exports and export equals statements](https://github.com/Microsoft/TypeScript/issues/7185#issuecomment-421632656).

0 commit comments

Comments
 (0)