Skip to content

Releases: ThisIsManta/stylus-supremacy

v1.4.6

22 Jun 09:49
Compare
Choose a tag to compare
  • Fixed missing parentheses on a binary operator.

v1.4.4

19 Jun 08:53
Compare
Choose a tag to compare
  • Fixed missing "@" sign before property lookup and a pair of parenthesis around a unary operator.
  • Fixed an error when calling "--version".

v1.4.3

19 Jun 08:53
Compare
Choose a tag to compare
  • Fixed an extra new-line before a single-line comment.

v1.4.2

05 May 09:30
Compare
Choose a tag to compare
  • Amended single-line comment readout so it does not neglect the comments that were not adjacent to any CSS properties.

v1.4.1

04 May 05:00
Compare
Choose a tag to compare

v1.4.0

02 May 05:05
Compare
Choose a tag to compare
  • Fixed reduceMarginAndPaddingValues formatting option so it converts margin: x y y y; to margin: x y y;.
  • Fixed the error when processing a file which has only empty lines.
  • Added alwaysUseNoneOverZero formatting option.
  • Added insertNewLineAroundProperties formatting option when Stylint rule sortProperties is "grouped".
  • Added support for responsive documentation website.

v1.2.0

02 May 05:06
Compare
Choose a tag to compare
  • Amended the default value of insertNewLineAroundProperties formatting option.

v1.1.0

28 Apr 12:18
Compare
Choose a tag to compare
  • Added insertNewLineAroundImports formatting option.

v1.0.1

28 Apr 05:21
Compare
Choose a tag to compare
  • Removed insertNewLineBetweenGroups formatting option.
  • Added insertNewLineAroundBlocks, insertNewLineAroundProperties and insertNewLineAroundOthers formatting options.
  • Amended command-line interface from stylus-supremacy *.styl to stylus-supremacy format *.styl.
  • Added the static site for documentation.

v0.2.10

27 Apr 08:21
Compare
Choose a tag to compare
  • Fixed running the format command in zsh because of the CRLF line endings.