Skip to content

Latest commit

 

History

History
76 lines (63 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

76 lines (63 loc) · 1.53 KB

Changelog

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