Skip to content

Releases: g-plane/malva

v0.10.1

25 Aug 14:04
v0.10.1
358ff8d
Compare
Choose a tag to compare

Fixes

  • Fixed aligning comments.

v0.10.0

25 Aug 12:05
v0.10.0
b3fde89
Compare
Choose a tag to compare

Features

v0.9.1

15 Aug 01:01
v0.9.1
c7922ac
Compare
Choose a tag to compare

Fixes

  • Fixed formatting top-level declarations when there're no trailing whitespaces or semicolons.

v0.9.0

12 Aug 15:20
v0.9.0
945e1a3
Compare
Choose a tag to compare

Breaking Changes

v0.8.0

08 Aug 15:02
v0.8.0
dab470c
Compare
Choose a tag to compare

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

06 Aug 13:54
v0.7.1
2cbaf03
Compare
Choose a tag to compare

Fixes

  • Fixed non-standard @apply at-rule.

v0.7.0

04 Aug 03:57
v0.7.0
286c4a2
Compare
Choose a tag to compare

Features

Deprecation

  • padComments was renamed to formatComments, so padComments is deprecated and will be removed in the future.

v0.6.0

01 Aug 15:05
v0.6.0
f883eef
Compare
Choose a tag to compare

Features

  • Added attrValueQuotes option.
  • Optimized comments before selector.
  • Optimized formatting pseudo class selectors.
  • Optimized formatting comments in nodes list.
  • Optimized comments inside complex selector.
  • Optimized comments inside pseudo selector.
  • Optimized formatting function in declaration value.

Fixes

  • Fixed indentation of compound selector.
  • Fixed edge case of preferSingle and preferDouble quotes option.

v0.5.1

01 Jul 07:05
v0.5.1
ccd699a
Compare
Choose a tag to compare

Chore

  • Added descriptions to configuration JSON schema.

v0.5.0

21 Jun 14:30
v0.5.0
e5ca967
Compare
Choose a tag to compare

Features

  • Added support of inserting heuristic linebreak when formatting lists for some AST nodes. (Close #11)

Fixes

  • Fixed printing semicolons twice in Sass variable declaration. (Fix #10)