- Fixed relative path to config (#164)
- Documentation moved to
doc
directory - Fixed incorrect left indent (#153)
- Added test coverage (#138)
- Added test helpers (#147)
- Fixed config file recursive searching (#151)
- Fixed
block-indent
detecting (#148) - Fixed
quote
value setter (#149) - Fixed detection integral tests (#150)
- Fix for
remove-empty-rulesets
option (#133)
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:
csscomb
andzen
- Lots of refactoring and fixes
- Lots of tests added
- Node v0.8 no longer supported
- Option: vendor-prefix-align
- Dependencies updated
- Fixed options order in readme
- CLI: lint mode
- Option: remove-empty-rulesets (#67)
- Option colon-space expanded
- Some refactoring and fixes
- Option: eof-newline (#55)
- Verbose option (#62)
- Some refactoring
- Fixed failing on empty files (#66)
- Option: combinator-space
- Readme update
- Some CLI fixes
- Contributor added: @anton-rudeshko
- Option: element-case
- Fixed block-indent bug with space after at-rule opening brace
- Fixed JSDoc
- Fixed colon-space description
- 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
- Option: sort-order
- Sort order config fix
- JSCS version and config update
- jshint config fix
- Some codestyle fixes
- !!! 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
- jshint config fix
- Codestyle fix for always-semicolon
- Integral test fix
- Removed old php code
- Option: always-semicolon
- Fix for value setting
- Bugfix for stick-brace
- Added integral test
- Some refactoring
- Tests added
- Option: colon-space
- Option: stick-brace
- Moved to github/csscomb/csscomb.js
- Option: strip-spaces - fix
- Initial release
- Option: strip spaces
- Travis support