Releases: g-plane/malva
Releases · g-plane/malva
v0.11.2
v0.11.1
Fixes
- Fixed incorrect
dprint-plugin-malva
Node.js package exports. This doesn't affect dprint users and Rust crate users.
v0.11.0
Features
- Added detection of special cases of whitespaces and numbers in functions.
- Added
ignoreFileCommentDirective
option.
Fixes
- Fixed extra whitespaces before functions.
v0.10.1
Fixes
- Fixed aligning comments.
v0.10.0
Features
- Added
alignComments
option.
v0.9.1
Fixes
- Fixed formatting top-level declarations when there're no trailing whitespaces or semicolons.
v0.9.0
Breaking Changes
- Changed
topLevelDeclarations.preferSingleLine
tosingleLineTopLevelDeclarations
. Option value can't benull
now, and it can't be controlled bypreferSingleLine
option now.
v0.8.0
Features
- Improved error message.
- Added support of Tailwind CSS
@media screen()
syntax. - Added support of formatting
style
attr in HTML.
Fixes
- Fixed indent of unknown at-rule prelude.
v0.7.1
Fixes
- Fixed non-standard
@apply
at-rule.
v0.7.0
Features
- Added
selectorOverrideCommentDirective
option. - Optimized formatting Less
@import
at-rule. - Added
preferSingleLine
option. - Renamed
padComments
toformatComments
.
Deprecation
padComments
was renamed toformatComments
, sopadComments
is deprecated and will be removed in the future.