All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.1 (2022-05-04)
4.0.0 (2022-05-04)
- This plugin work only with postCSS v8+ from now on.
- use the new postcss plugin api (breaking change) (3d5e71b)
3.1.1 (2022-04-29)
3.1.0 (2021-11-17)
3.0.0 (2021-03-14)
-
Only works for Node >= 6
-
dependencies update + prettier (breaking change) (ecdce3b)
2.0.2 (2019-05-03)
2.0.1 (2018-06-28)
- dependencies: update mocha to fix dependency security warning
2.0.0 (2018-03-04)
- dependencies: update postcss to latest version (b586ebf)
- dependencies: css-byebye will work from node v4 from now on.
postcss@6 drops support for nodejs 0.12. This should normally not be a problem if you use recent versions of node, but it is a breaking change nonetheless.
Links: https://github.com/postcss/postcss/releases/tag/6.0.0
1.1.0 (2017-02-22)
- atRules: Remove matching AtRules (0badb2f)
- Upgrade to postCSS 5.x
- Docs improved.
- The project uses js standard code style.
- Breaking changes and bumped to 1.0.0
- Update to last postCSS version
- Now can be piped with other postCSS plugins
- The default behaviour is to match the exact selector when a string is given.
- Added the possibility to match with regular expressions.