File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed
Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.X.X - 2013-XX-XX
3+ ## 2.0.0 - 2013-12-18
4+ ** Great thanks for @tonyganch and @kizu !**
45- Use Gonzales PE to parse * .scss and * .less files
56- Support sorting properties in * .scss and * .less files
7+ - Codestyle detection
8+ - Option: always-semicolon (scss + less)
9+ - Option: quotes
10+ - Two more config examples now: ` csscomb ` and ` zen `
11+ - Lots of refactoring and fixes
12+ - Lots of tests added
13+ - Node v0.8 no longer supported
614
715## 1.0.0 - 2013-11-06
816- Option: vendor-prefix-align
Original file line number Diff line number Diff line change @@ -724,7 +724,8 @@ review the [guidelines for contributing](CONTRIBUTE.md).
724724
725725# # Authors
726726
727- [@mishanga](https://github.com/mishanga)
727+ [@mishanga](https://github.com/mishanga),
728+ [@tonyganch](https://github.com/tonyganch)
728729
729730Thanks for assistance and contributions:
730731
Original file line number Diff line number Diff line change 11{
22 "name" : " csscomb" ,
33 "description" : " CSS coding style formatter" ,
4- "version" : " 1 .0.0" ,
4+ "version" : " 2 .0.0" ,
55 "homepage" : " http://csscomb.com/" ,
66 "author" : " Mikhail Troshev <mishanga@yandex-team.ru>" ,
77 "repository" : " https://github.com/csscomb/csscomb.js" ,
1111 "email" : " mishanga@yandex-team.ru" ,
1212 "web" : " http://mishanga.pro/"
1313 },
14+ {
15+ "name" : " Tony Ganch" ,
16+ "email" : " tonyganch+github@gmail.com" ,
17+ "web" : " http://tonyganch.com/"
18+ },
1419 {
1520 "name" : " Slava Oliyanchuk" ,
1621 "email" : " miripiruni@gmail.com" ,
3641 }
3742 ],
3843 "engines" : {
39- "node" : " >= 0.8 .0"
44+ "node" : " >= 0.10 .0"
4045 },
4146 "dependencies" : {
4247 "commander" : " 2.0.0" ,
You can’t perform that action at this time.
0 commit comments