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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## 0.30.0
4
4
5
-
-**Breaking:** We dropped support for `var` variables. If you still have any `var` variable declarations, they will not break compilation, but they will behave as if they were declared using `let`.
5
+
-**Breaking:** We dropped support for `var` variables. If you still have any `var` variable declarations, please use `let` or `const` instead.
6
6
-**Breaking:** We now depend on Node.js >= 12.13.0
7
7
- Added support for string `trimLeft`, `trimRight`, `trimStart` and `trimEnd`.
8
8
- Added support for `console.error`, `console.warn` and `console.info` , they will all be transpiled to Lua's `print`.
0 commit comments