Releases: ThisIsManta/stylus-supremacy
Releases · ThisIsManta/stylus-supremacy
v1.4.6
- Fixed missing parentheses on a binary operator.
v1.4.4
- Fixed missing "@" sign before property lookup and a pair of parenthesis around a unary operator.
- Fixed an error when calling "--version".
v1.4.3
- Fixed an extra new-line before a single-line comment.
v1.4.2
- Amended single-line comment readout so it does not neglect the comments that were not adjacent to any CSS properties.
v1.4.1
- Fixed duplicate single-line comments when sorting properties (ThisIsManta/vscode-stylus-supremacy#12).
v1.4.0
- Fixed
reduceMarginAndPaddingValues
formatting option so it convertsmargin: x y y y;
tomargin: 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 rulesortProperties
is"grouped"
. - Added support for responsive documentation website.
v1.2.0
- Amended the default value of
insertNewLineAroundProperties
formatting option.
v1.1.0
- Added
insertNewLineAroundImports
formatting option.
v1.0.1
- Removed
insertNewLineBetweenGroups
formatting option. - Added
insertNewLineAroundBlocks
,insertNewLineAroundProperties
andinsertNewLineAroundOthers
formatting options. - Amended command-line interface from
stylus-supremacy *.styl
tostylus-supremacy format *.styl
. - Added the static site for documentation.
v0.2.10
- Fixed running the format command in zsh because of the CRLF line endings.