We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d19f6d commit fa37c58Copy full SHA for fa37c58
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 4.0.0 - 2017-02-16
4
+
5
+- Added note about maintenance mode
6
+- Updated GPE to v3.4.7, which fixed a number of errors
7
+- Added `lines-between-rulesets` option
8
+- Added support for stdin in cli
9
+- For `sort-order` option, divided `$include` into `$extend`, `$include name` and `$include`
10
11
## 3.1.7 - 2015-06-09
12
13
- Do not remove units from values starting from zeroes, like `0.5em` (#394)
package.json
@@ -1,7 +1,7 @@
{
"name": "csscomb",
"description": "CSS coding style formatter",
- "version": "4.0.0-alpha",
+ "version": "4.0.0",
"homepage": "http://csscomb.com/",
"author": "Mikhail Troshev <mishanga@yandex-team.ru>",
"repository": "https://github.com/csscomb/csscomb.js",
0 commit comments