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
Uh oh!
There was an error while loading. Please reload this page.
-
This release introduces support for Lua 5.3 and Lua 5.4!
When compiling/installing with cargo, pass
--features lua53or--features lua54respectively. 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.zipstylua-macos.zip->stylua-macos-x86_64.zipstylua-linux.zip->stylua-linux-x86_64.zipLinux 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
lua53feature flag (#534)lua54feature flag (#533)--allow-hiddenflag to allow entering and formatting hidden files/directories (#562)--output-format=summarywhich can be used with--checkto output a summary of the list of files not correctly formatted (#573)Changed
Fixed
then/elsetoken not taken into account when formatting an if-expression (#582)What's Changed
--allow-hiddenoption by @wincent in feat: add--allow-hiddenoption #563--output-format=summaryby @JohnnyMorganz in Add--output-format=summary#575New Contributors
--allow-hiddenoption #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