5.5 KiB
5.5 KiB
Changelog
3.1.7 - 2015-06-09
- Do not remove units from values starting from zeroes, like
0.5em(#394)
3.1.6 - 2015-06-09
- Hotfix for issue when
unitless-zerocrashed on percentages in Less (#389)
3.1.5 - 2015-05-27
- Fixed dependencies
3.1.4 - 2015-05-24
- Fixed
space-after-opening-braceoption for empty media queries (#387)
3.1.3 - 2015-05-20
- Do not add extra space before combinators which go first in selectors (#381)
3.1.2 - 2015-05-20
- Fixed processing of hashes (#379)
3.1.1 - 2015-05-20
- Fixed
space-between-declarationsvs. media queries (#378)
3.1.0 - 2015-05-19
Thanks to @1000ch, @alexeykuzmin, @jonrohan
- Used new Gonzales PE API
- Fixed nested properties (#319)
- Added support for symlinked configs
- Added support for configs with any extension
3.0.4 - 2014-11-15
Thanks to @gonzalocasas, @tomByrer
- Improved docs
- Fixed Gonzales PE version
3.0.3 - 2014-09-29
- Improved README
- Added non-essential files to npmignore
- Renamed
CONTRIBUTE.mdtoCONTRIBUTING.md - Fixed unwanted removal of empty lines between nested rulesets (#317)
3.0.2 - 2014-09-21
- Fixed Gonzales PE version
3.0.1 - 2014-08-18
Thanks to @mishanga, @cust0dian
- Added
khtmlto list of vendor prefixes - Updated docs
3.0.0 - 2014-07-19
Thanks to @cvrebert, @filtercake, @lefoy, @L0stSoul, @kizu, @schneyra, @thejameskyle, @vecmezoni
New:
- Sass support
- Leftovers (#160)
- Use CSScomb Core
- Plugins API (with
.use()method) sort-order-fallback(alphabetical sort order)space-before-colonspace-after-colonspace-before-combinatorspace-after-combinatorspace-before-selector-delimiterspace-after-selector-delimiterspace-before-opening-bracespace-after-opening-bracespace-before-closing-bracespace-after-declarationtab-size
Removed:
colon-spacecombinator-spacerule-indentstick-brace
Changed:
- Divided
processanddetectmethods - Made
getConfiganddetectstatic methods - Removed "best guess" logic from options
- Excluded
bower_components/**from processing - Updated badges at README page
- Update Gonzales PE to v3.0
- Various fixes
2.0.5 - 2014-06-09
- Updated dependencies (#229)
2.0.4 - 2014-01-16
- Fixed relative path to config (#164)
2.0.3 - 2014-01-16
- Documentation moved to
docdirectory - Fixed incorrect left indent (#153)
2.0.2 - 2014-01-09
- Added test coverage (#138)
- Added test helpers (#147)
- Fixed config file recursive searching (#151)
- Fixed
block-indentdetecting (#148) - Fixed
quotevalue setter (#149) - Fixed detection integral tests (#150)
2.0.1 - 2013-12-23
- Fix for
remove-empty-rulesetsoption (#133)
2.0.0 - 2013-12-18
Great thanks for @tonyganch and @kizu!
- Use Gonzales PE to parse *.scss and *.less files
- Support sorting properties in *.scss and *.less files
- Codestyle detection
- Option: always-semicolon (scss + less)
- Option: quotes
- Two more config examples now:
csscombandzen - Lots of refactoring and fixes
- Lots of tests added
- Node v0.8 no longer supported
1.0.0 - 2013-11-06
- Option: vendor-prefix-align
- Dependencies updated
- Fixed options order in readme
0.1.0 - 2013-10-11
- CLI: lint mode
0.0.15 - 2013-10-03
- Option: remove-empty-rulesets (#67)
- Option colon-space expanded
- Some refactoring and fixes
0.0.14 - 2013-09-12
- Option: eof-newline (#55)
- Verbose option (#62)
- Some refactoring
0.0.13 - 2013-09-12
- Fixed failing on empty files (#66)
0.0.12 - 2013-09-11
- Option: combinator-space
- Readme update
- Some CLI fixes
- Contributor added: @anton-rudeshko
0.0.11 - 2013-09-10
- Option: element-case
- Fixed block-indent bug with space after at-rule opening brace
- Fixed JSDoc
- Fixed colon-space description
0.0.10 - 2013-09-06
- Option: color-case
- Option: color-shorthand
- Option: leading-zero
- Option: unitless-zero
- Option update: colon-space
- Contributors added: @kizu and @ignovak
- Readme updated
- Licence added
- Contributing info added
- Changelog added
0.0.9 - 2013-08-28
- Option: sort-order
- Sort order config fix
- JSCS version and config update
- jshint config fix
- Some codestyle fixes
0.0.8 - 2013-08-22
- !!! Now using Gonzales instead of CSSP
- Option: block-indent
- Option: rule-indent
- Added few links to README
- Added some debug info
- Fixed default sort order
- Fixed path processing bug
- Fixed stick-brace option
0.0.7 - 2013-08-09
- jshint config fix
- Codestyle fix for always-semicolon
- Integral test fix
- Removed old php code
0.0.6 - 2013-08-08
- Option: always-semicolon
0.0.5 - 2013-08-08
- Fix for value setting
- Bugfix for stick-brace
- Added integral test
0.0.4 - 2013-08-07
- Some refactoring
- Tests added
0.0.3 - 2013-08-05
- Option: colon-space
- Option: stick-brace
- Moved to github/csscomb/csscomb.js
0.0.2 - 2013-08-04
- Option: strip-spaces - fix
0.0.1 - 2013-08-03
- Initial release
- Option: strip spaces
- Travis support