File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
- # Revision History
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
5
+
6
+ ## x.y.z
7
+
8
+ ### Added
9
+
10
+ ### Changed
11
+
12
+ ### Deprecated
13
+
14
+ ### Removed
15
+
16
+ ### Fixed
17
+
18
+ ## 8.4.1
19
+
20
+ ### Added
21
+
22
+ - Add more unit tests
23
+
24
+ ### Fixed
25
+
26
+ - Retain CSSList and Rule comments when rendering CSS (#351 )
27
+ - Replace invalid ` turns ` unit with ` turn ` (#350 )
28
+ - Also allow string values for rules
2
29
3
30
## 8.4.0
4
31
Original file line number Diff line number Diff line change 35
35
"Sabberworm\\ CSS\\ Tests\\ " : " tests/"
36
36
}
37
37
},
38
+ "extra" : {
39
+ "branch-alias" : {
40
+ "dev-master" : " 9.0.x-dev"
41
+ }
42
+ },
38
43
"scripts" : {
39
44
"ci" : [
40
45
" @ci:static"
You can’t perform that action at this time.
0 commit comments