| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| stylua-windows-x86_64.zip | 2026-04-06 | 2.8 MB | |
| stylua-linux-x86_64-musl.zip | 2026-04-06 | 3.4 MB | |
| stylua-macos-aarch64.zip | 2026-04-06 | 3.0 MB | |
| stylua-linux-aarch64-musl.zip | 2026-04-06 | 3.2 MB | |
| stylua-linux-x86_64.zip | 2026-04-06 | 3.3 MB | |
| stylua-macos-x86_64.zip | 2026-04-06 | 3.1 MB | |
| stylua-linux-aarch64.zip | 2026-04-06 | 3.2 MB | |
| README.md | 2026-04-06 | 564 Bytes | |
| v2.4.1 source code.tar.gz | 2026-04-06 | 466.0 kB | |
| v2.4.1 source code.zip | 2026-04-06 | 753.4 kB | |
| Totals: 10 Items | 23.2 MB | 0 | |
[2.4.1] - 2026-04-06
Fixed
- Luau: Fixed panic when formatting explicit type instantiation (
f<<T>>()) inside a nested function call argument (e.g. as a callback) (#1088) - Luau: Fixed parentheses being incorrectly removed from single-element type packs in explicit type instantiation, e.g.
f<<(number)>>(10)becomingf<<number>>(10)(#1089)
Full Changelog: https://github.com/JohnnyMorganz/StyLua/compare/v2.4.0...v2.4.1