v0.19.0 #823
JohnnyMorganz
started this conversation in
General
v0.19.0
#823
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.
-
[0.19.0] - 2023-11-12
Added
--respect-ignores
. By default, files explicitly passed to stylua (e.g.stylua foo.lua
) will always be formatted, regardless of whether the file is ignored. Enabling this flag will consider.styluaignore
or glob matches before formatting the file. (#765)Changed
Updated parser crate with following changes:
//
)\z
escape parsingSimplified access and modification patterns for StyLua configuration. You can now access the properties directly
.property()
and.with_property()
are now deprecated.property
/.property()
implementation, the.property()
functions were removed from WASM output.Multiline comments before commas will now remain in place and not move to after the comma. This is to support type-assertions-via-comments that is commonly used by some language servers. (#778)
Fixed
This discussion was created from the release v0.19.0.
Beta Was this translation helpful? Give feedback.
All reactions