Releases: csstools/postcss-selector-not
Releases · csstools/postcss-selector-not
5.0.0
- Added: Support for PostCSS v8.
4.0.1
- Fixed: error when attribute selector containing :not (#17)
4.0.0
- Added: compatibility with postcss v7.x
- Added: compatibility with node v6.x
3.0.1
- Fixed: incorrect export (#8)
3.0.0
- Added: compatibility with postcss v6.x
2.0.0
- Removed: compatibility with postcss v4.x
- Added: compatibility with postcss v5.x
1.2.1
- Fixed: selector was updated as an array, which is wrong.
1.2.0
- Fixed: spec has been previously misinterpreted and now transform correctly
:not()
level 4 to collapsed level 3
(#1)
- Removed:
lineBreak
option (useless now)
1.0.2
- Fixed: support of pseudo classes that use parenthesis