|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 2.0.5 - 2014-0609 |
| 3 | +## 3.0.0 - 2014-07-XX |
| 4 | +**Thanks to |
| 5 | +[@cvrebert](https://github.com/cvrebert), |
| 6 | +[@filtercake](https://github.com/filtercake), |
| 7 | +[@lefoy](https://github.com/lefoy), |
| 8 | +[@L0stSoul](https://github.com/L0stSoul), |
| 9 | +[@kizu](https://github.com/kizu), |
| 10 | +[@schneyra](https://github.com/schneyra), |
| 11 | +[@thejameskyle](https://github.com/thejameskyle), |
| 12 | +[@vecmezoni](https://github.com/vecmezoni)** |
| 13 | + |
| 14 | +New: |
| 15 | + |
| 16 | +- Sass support |
| 17 | +- Plugin API |
| 18 | +- Leftovers (#160) |
| 19 | +- `sort-order-fallback` (alphabetical sort order) |
| 20 | +- `space-before-colon` |
| 21 | +- `space-after-colon` |
| 22 | +- `space-before-combinator` |
| 23 | +- `space-after-combinator` |
| 24 | +- `space-before-selector-delimiter` |
| 25 | +- `space-after-selector-delimiter` |
| 26 | +- `space-before-opening-brace` |
| 27 | +- `space-after-opening-brace` |
| 28 | +- `space-before-closing-brace` |
| 29 | +- `space-after-declaration` |
| 30 | +- `tab-size` |
| 31 | + |
| 32 | +Removed: |
| 33 | + |
| 34 | +- `colon-space` |
| 35 | +- `combinator-space` |
| 36 | +- `rule-indent` |
| 37 | +- `stick-brace` |
| 38 | + |
| 39 | +Changed: |
| 40 | + |
| 41 | +- Divided `process` and `detect` methods |
| 42 | +- Made `getConfig` and `detect` static methods |
| 43 | +- Removed "best guess" logic from options |
| 44 | +- Excluded `bower_components/**` from processing |
| 45 | +- Updated badges at README page |
| 46 | +- Update Gonzales PE to v3.0 |
| 47 | +- Various fixes |
| 48 | + |
| 49 | +## 2.0.5 - 2014-06-09 |
4 | 50 | - Updated dependencies (#229) |
5 | 51 |
|
6 | 52 | ## 2.0.4 - 2014-01-16 |
|
0 commit comments