v0.15.0 #584
JohnnyMorganz
started this conversation in
General
v0.15.0
#584
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release introduces support for Lua 5.3 and Lua 5.4!
When compiling/installing with cargo, pass
--features lua53
or--features lua54
respectively. By default, the GitHub Releases build with Lua 5.3 and 5.4 enabled (but note issues such as #407)Changes to GitHub Release Artifacts
This release changes the naming for binary artifacts. We now append the arch to the end of all artifacts
stylua-win64.zip
->stylua-windows-x86_64.zip
stylua-macos.zip
->stylua-macos-x86_64.zip
stylua-linux.zip
->stylua-linux-x86_64.zip
Linux aarch64 is also now supported, alongside macOS aarch64.
The old artifact naming is kept temporarily for backwards compatibility. We recommend any references to be changed, as these artifacts will no longer be produced in future versions.
[0.15.0] - 2022-09-21
Added
lua53
feature flag (#534)lua54
feature flag (#533)--allow-hidden
flag to allow entering and formatting hidden files/directories (#562)--output-format=summary
which can be used with--check
to output a summary of the list of files not correctly formatted (#573)Changed
Fixed
then
/else
token not taken into account when formatting an if-expression (#582)What's Changed
--allow-hidden
option by @wincent in feat: add--allow-hidden
option #563--output-format=summary
by @JohnnyMorganz in Add--output-format=summary
#575New Contributors
--allow-hidden
option #563Full Changelog: v0.14.3...v0.15.0
This discussion was created from the release v0.15.0.
Beta Was this translation helpful? Give feedback.
All reactions