File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
44
5+ ## 8.5.12
6+
7+ - Fixed reading any file via user-generated CSS.
8+ - Added ` opts.unsafeMap ` to disable checks.
9+
510## 8.5.11
611
712- Fixed nested brackets parsing performance (by @offset ).
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ let Root = require('./root')
77
88class Processor {
99 constructor ( plugins = [ ] ) {
10- this . version = '8.5.11 '
10+ this . version = '8.5.12 '
1111 this . plugins = this . normalize ( plugins )
1212 }
1313
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss" ,
3- "version" : " 8.5.11 " ,
3+ "version" : " 8.5.12 " ,
44 "description" : " Tool for transforming styles with JS plugins" ,
55 "keywords" : [
66 " css" ,
You can’t perform that action at this time.
0 commit comments