8000 CHANGELOG.md 1.12.0 · TypeScriptToLua/TypeScriptToLua@48a697b · GitHub
[go: up one dir, main page]

Skip to content

Commit 48a697b

Browse files
committed
CHANGELOG.md 1.12.0
1 parent c9fdd5c commit 48a697b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

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

3+
## 1.12.0
4+
5+
- 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.
6+
- Now using `math.mod` for Lua 5.0 modulo operations.
7+
38
## 1.11.0
49

510
- **[Breaking]** Upgraded TypeScript to 4.9.

0 commit comments

Comments
 (0)
0