Skip to content

Commit 95b6a17

Browse files
committed
v2.0.0
2 parents d4290a7 + 4da107f commit 95b6a17

File tree

202 files changed

+5218
-628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+5218
-628
lines changed

.jshint-groups.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
test: {
2828
options: {
2929
node: true,
30-
predef: ['describe', 'beforeEach', 'it']
30+
predef: ['describe', 'beforeEach', 'afterEach', 'it']
3131
},
3232
includes: ['test/*.js']
3333
}

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22

33
node_js:
4-
- "0.8"
54
- "0.10"
65
- "0.11"
76

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 2.0.0 - 2013-12-18
4+
**Great thanks for @tonyganch and @kizu!**
5+
- Use Gonzales PE to parse *.scss and *.less files
6+
- 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
14+
315
## 1.0.0 - 2013-11-06
416
- Option: vendor-prefix-align
517
- Dependencies updated

0 commit comments

Comments
 (0)