October 23, 2024
- Updated:
postcss-selector-parser
August 3, 2024
- Updated: Support for Node v18+ (major).
December 15, 2023
- Fix type definitions
July 3, 2023
- Change license to
MIT-0
(read more about this change in the blog post)
February 6, 2023
- Reduce the amount of duplicate fallback CSS.
January 28, 2023
- Improve
types
declaration inpackage.json
January 24, 2023
- Updated: Support for Node v14+ (major).
- Added: TypeScript support.
July 8, 2022
- Fix case insensitive matching.
February 5, 2022
- Improved
es module
andcommonjs
compatibility
January 12, 2022
- Fix compatibility with PostCSS
v8.2.x
#147
This version is not officially supported but some tool providers pinned PostCSS to v8.2.x
,
making it impossible for end users to have a working setup.
January 2, 2022
- Removed Sourcemaps from package tarball.
- Moved CLI to CLI Package. See announcement.
December 13, 2021
- Updated: documentation
September 17, 2021
- Updated: Support for PostCS 8+ (major).
- Updated: Support for Node 12+ (major).
September 17, 2018
- Updated: Support for PostCSS v7+
- Updated: Support for Node v6+
- Updated:
postcss-selector-parser
to v5.0.0-rc.3+ (major)
May 8, 2018
- Updated:
postcss-selector-parser
to v4.0.0 (major) - Updated:
postcss
to v6.0.22 (patch)
March 21, 2018
- Added:
preserve
option to preserve the original:dir()
rule - Updated:
postcss-selector-parser
to v3 (major) - Removed:
browsers
option which is better covered by PostCSS Preset Env
September 19, 2017
- Fixed: Enforcement of presumed direction, e.g.
html:dir([dir="rtl"])
- Updated: Browserslist and PostCSS
- Improved: How options are safely called, i.e.
Object(opts)
July 24, 2017
- Changed: Method of presumed direction from
:root
tohtml:not([dir])
June 2, 2017
- Added: Support for browserslist and a 'browsers' option
- Added: Support for a presumed direction via the 'browsers' option
May 30, 2017
- Initial version