We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2f9f2 commit f021c94Copy full SHA for f021c94
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.31.0
4
+
5
+- Upgraded TypeScript to 5.8.2
6
+- Changed `currentIndent` from private to protected in the `LuaPrinter` to allow custom printers with alternate indentation
7
+- Added `bit` and `bit32` as reserved Lua keywords to avoid accidental naming clashes.
8
9
## 1.30.0
10
11
- Allow passing in-memory plugins when using the tstl API, for more flexible integration into scripts
0 commit comments