Added:
Changed:
excel
: align --safenames option tosafenames
command in #611 and #616luau
: Now precompiles main script to bytecode; now allow loading luau script from file for main, prologue and epilogue scripts in #619sniff
: increase default sample size from 100 to 1000 in 40d52cfvalidate
: applied various optimizations in bfed127 and 06c109a- updated Github Actions workflows to reflect removal of luajit feature
- Bump sysinfo from 0.26.7 to 0.26.8 by @dependabot in #614
- Bump rust_decimal from 1.26.1 to 1.27.0 by @dependabot in #617
- cargo bump update several indirect dependencies
- applied various clippy recommendations
- pin Rust nightly to 2022-11-25
Removed:
luajit
: removed as its been deprecated by optimizedluau
command which now support precompiling to bytecode, largely obviating the main feature of LuaJIT - Just-in-Time compilation in #619
Full Changelog: 0.73.2...0.74.0