Commits
User selector
Commit History
Commits on Sep 21, 2024
Commits on Jul 9, 2024
Add lualib support for Math.trunc (#1564)
Show description for 5ba1facauthored
Commits on Jun 23, 2024
Commits on Mar 21, 2024
Fix crash when using lualib_bundle in an environment without coroutines (#1547)
Show description for f610b5fauthored
Commits on Mar 17, 2024
Implement Map.groupBy and Object.groupBy (#1546)
Show description for 90b3784authored
Commits on Feb 4, 2024
Optimize Promise and Await (fixes #1499), fix Promise.resolve bug (#1530)
Show description for 223b49eauthored
Commits on Nov 18, 2023
Commits on Oct 3, 2023
Commits on Sep 27, 2023
Number static data properties (#1492)
Show description for c85001eauthored
Commits on Sep 24, 2023
Add Number.parseInt + Number.parseFloat (#1491)
Show description for 79f8d1bauthored
Commits on Sep 12, 2023
Commits on Aug 29, 2023
Implement copying array methods (#1480)
Show description for 1d23427authored
Commits on May 1, 2023
Fix nested namespace merging (#1435)
Show description for 2982567authored
Commits on Mar 1, 2023
Commits on Feb 26, 2023
Fix element access exception caused by invalid TS (#1410)
Show description for 4511e17authored
Commits on Feb 25, 2023
Fix crash missing arguments (#1407)
Show description for 5a758eaauthored
Commits on Feb 12, 2023
Commits on Jan 15, 2023
Minimal bundle luaLibImport option (#1383)
Show description for d315218authored
Commits on Nov 17, 2022
Add support for Typescript 4.9 (#1365)
Show description for 137d8cbauthored
Commits on Sep 3, 2022
Lua 5.0 support (#1263)
Show description for 7497dbfauthored
Commits on Jul 18, 2022
Significant performance improvements (#1308)
Show description for cfd1e36authored
Commits on Jul 3, 2022
Commits on May 29, 2022
Fix async try (#1278)
Show description for 0924b37authored
Commits on Apr 20, 2022
Commits on Apr 2, 2022
Optimize lualib functions (#1217)
Show description for b5159f0authoredAdd new option to bypass 5.1 try/catch in async/await precaution (#1247)
Show description for 39480bbauthored
Commits on Mar 20, 2022
Commits on Mar 17, 2022
Lualib modules using a plugin to generate lualib (#1227)
Show description for fbb00d2andauthoredFix prototype call check for nullable types (#1230)
Show description for 3b41774authored
Commits on Mar 10, 2022
Error when using null or undefined in array literal (#1223)
Show description for 5d66aa4authored
Commits on Jan 14, 2022
Use power operator instead of math.pow (#1210)
Show description for 7abca43authored
Commits on Jan 13, 2022
Added Math.sign (#1206)
Show description for 78d7cf7andauthored
Commits on Dec 22, 2021
Async catch bug (#1195)
Show description for 120d91aauthored
Commits on Dec 21, 2021
Correctly handle resolving promises with other promises (#1190)
Show description for 4bd1872authored
Commits on Nov 19, 2021
Fix __TS__AsyncAwaiter error handling (#1168)
Show description for 028e3f5authored