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 4578c3c commit 502eb61Copy full SHA for 502eb61
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.14.0
4
+
5
+- **[Breaking]** Upgraded TypeScript to 5.0.
6
+- Added support for `Number.toFixed`.
7
+- Added support for spread expressions with `LuaPairsIterable` and `LuaPairsKeysIterable`.
8
+- Fixed a bug breaking module resolution when using a custom file extension.
9
+- Fixed various exceptions that could happen when trying to translate invalid TS.
10
11
## 1.13.0
12
13
- Fixed alternate file extensions (other than .lua, if configured) breaking module resolution and emitted require statements.
0 commit comments