Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mishanga committed Dec 17, 2013
2 parents d4290a7 + 4da107f commit 95b6a17
Show file tree
Hide file tree
Showing 202 changed files with 5,218 additions and 628 deletions.
2 changes: 1 addition & 1 deletion .jshint-groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
test: {
options: {
node: true,
predef: ['describe', 'beforeEach', 'it']
predef: ['describe', 'beforeEach', 'afterEach', 'it']
},
includes: ['test/*.js']
}
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js

node_js:
- "0.8"
- "0.10"
- "0.11"

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 2.0.0 - 2013-12-18
**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` and `zen`
- Lots of refactoring and fixes
- Lots of tests added
- Node v0.8 no longer supported

## 1.0.0 - 2013-11-06
- Option: vendor-prefix-align
- Dependencies updated
Expand Down
Loading

0 comments on commit 95b6a17

Please sign in to comment.