You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
## 0.27.0
4
4
5
-
- Added support for [Spread Assignment](https://basarat.gitbooks.io/typescript/content/docs/spread-operator.html) statements.
5
+
- Added support for [Array Spread assignment and Object Spread assignment](https://basarat.gitbooks.io/typescript/content/docs/spread-operator.html) statements.
6
6
- Changed Map and Set implementations to they preserve insertion order when iterated over, as specified by ECMAScript.
7
7
8
-
- Fixed an issue with [/**@luaTable*/](https://github.com/TypeScriptToLua/TypeScriptToLua/wiki/Compiler-Directives#luaTable) variable names disappearing.
8
+
- Fixed an issue with [`/** @luaTable */`](https://github.com/TypeScriptToLua/TypeScriptToLua/wiki/Compiler-Directives#luaTable) variable names disappearing.
9
9
- Fixed for-in loops throwing an error when using a pre-defined variable.
10
10
- Fixed issue with initialization order of class properties.
0 commit comments