Skip to content

Commit a4f030d

Browse files
committed
Add changelog
1 parent a215b99 commit a4f030d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## 1.2.1
6+
* Fixed comments wrong ordering and added better tests for it.
7+
8+
## 1.2.0
9+
* Added `empty-lines-between-children-rules` option which set a number of empty lines between nested children rules. (thanks, @scalder27) #9
10+
11+
## 1.1.0
12+
* [Sort prefixed properties](https://github.com/hudochenkov/postcss-sorting#prefixed-properties) without explicit specifying in config.
13+
* Support for SCSS files if [postcss-scss](https://github.com/postcss/postcss-scss) used for parsing.
14+
15+
## 1.0.1
16+
* Change .npmignore to not deliver unneeded files.
17+
18+
## 1.0.0
19+
* Initial release.

0 commit comments

Comments
 (0)