8000 CHANGELOG.md 1.13.0 · TypeScriptToLua/TypeScriptToLua@e215973 · GitHub
[go: up one dir, main page]

Skip to content

Commit e215973

Browse files
committed
CHANGELOG.md 1.13.0
1 parent 589baeb commit e215973

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

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

3+
## 1.13.0
4+
5+
- Fixed alternate file extensions (other than .lua, if configured) breaking module resolution and emitted require statements.
6+
- Added experimental support for `"luaLibImport": "require-minimal"` configuration option. This will output a lualib bundle containing only the lualib functions used by your code. This might not work if you are including external tstl-generated Lua, for example from a npm package.
7+
- Added support for the "exports" field in package.json.
8+
- Fixed some exceptions resulting from invalid language-extensions use.
9+
- Fixed an exception when using compound assignment (like `+=`) with array length.
10+
311
## 1.12.0
412

513
- Reworked how tstl detects and rewrites `require` statements during dependency resolution. This should reduce the amount of false-positive matches of require statements: require statements in string literals or comments should no longer be detected by tstl. This means require statements in string literals or comments can survive the transpiler without causing a 'could not resolve lua sources' error or getting rewritten into nonsense.

0 commit comments

Comments
 (0)
0