This project adheres to Semantic Versioning.
- Fixed
:export
case sensitivity (by Iskren Slavov).
- Removed Node.js 10 support.
- Moved
postcss
topeerDependencies
. - Added case preserving of CSS Custom Properties (by Jordan Pittman).
- Fixed
package.exports
.
- Reverted
package.exports
Node.js 15 fix.
- Fixed Node.js 15 warning.
- Added funding links.
- Removed support for Node.js 6.x, 8.x, 11.x, and 13.x versions.
- Moved to PostCSS 8.0.
- Added ES modules support.
- Avoid stringification of unitless values (by Rishabh Rathod).
- Fix
from
option warning.
- Fix
!important
support (by Adam Wathan).
- Improve objectifier performance.
- Do not change source
Root
in objectifier.
- Remove Node.js 9 and Node.js 4 support.
- Use PostCSS 7.0.
- Ignore nodes with
undefined
value.
- Use PostCSS 6.0.
- Add support for at-rules with same name (like
@font-face
).
- Add
!important
support (by Dan Lynch).
- Fix rules merge with at-rules.
- Add
cssFloat
alias support.
- Fix losing rules in parser on same selector (by Bogdan Chadkin).
- Initial release.