- Updated:
postcss-selector-parser
- Updated: minimum node version is now 18.
- Added: PostCSS 8 compatibility (breaking)
- Added: Exports CJS and ESM formats.
- Updated: Engines now match
postcss
so only 12, 14, and 16.
- Added: PostCSS 6 compatibility
- Added: Node 4+ compatibility
- Updated: Fix for selector walking
- Updated: Development dependencies
- Updated: Use destructing assignment on plugin options
- Updated: Use template literals
- Updated: boilerplate conventions (Node v6.9.1 LTS)
Added: strict
option to process prefixed properties.
Changed: Default method
is replace
as there is no spec.
Updated: Documentation and tests
Added: Initial version