Skip to content

Commit 4da107f

Browse files
committed
v2.0.0
1 parent 95758cc commit 4da107f

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
729730
Thanks for assistance and contributions:
730731

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -11,6 +11,11 @@
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",
@@ -36,7 +41,7 @@
3641
}
3742
],
3843
"engines": {
39-
"node": ">= 0.8.0"
44+
"node": ">= 0.10.0"
4045
},
4146
"dependencies": {
4247
"commander": "2.0.0",

0 commit comments

Comments
 (0)