This project adheres to Semantic Versioning.
- Fixed
\r
parsing to fix CVE-2023-44270.
- Fixed nodes positions (by Ido Rosenthal).
- Fixed TypeScript support with
moduleResulution: bundler
(by Avi Vahl).
- Fixed comma parsing (by Jerome Leclanche).
- Fixed exports (by @phoenisx).
- Fixed Custom Properties support.
- Fixed types (by Daniel Manning).
- Fixed at-rules with interpolated parsing (by Natalie Weizenbaum).
- Fixed source start line and column (by Ivan Nikolić).
- Removed Node.js 10 support.
- Moved
postcss
topeerDependencies
.
- Fixed escape in interpolation (by Jennifer Thakar).
- Reverted
package.exports
Node.js 15 fix.
- Fixed Node.js 15 warning.
- Added funding links.
- Fix ES modules support.
- Removed support for Node.js 6.x, 8.x, 11.x, and 13.x versions.
- Moved to PostCSS 8.0.
- Added ES modules support.
- Fixed tokenizer API (by Jason Quense).
- Add
*.d.ts
files to npm package.
- Add TypeScript support (by Natalie Weizenbaum).
- Reduce npm package size.
- Remove Node.js 9 and Node.js 4 support.
- Remove IE and “dead” browsers from Babel.
- Use PostCSS 7.0.
- Fix parsing nested at-rules without semicolon, params, and spaces.
- Fix parsing string in interpolation in string.
- Fix parsing
url( http://example.com )
with spaces inside.
- Fix parsing inline cpmments inside selectors.
- Remove development sections from published
package.json
.
- Fix escape sequences parsing (by Oleh Kuchuk).
- Fix position of multiline
url()
.
- Use PostCSS 6.0.
- Use
babel-preset-env
.
- Fix compatibility with PostCSS 5.2.13.
- Add mixed comments support (
// width: 5% /* width: 6% */
)
- Fix parsing selector with interpolation in pseudo-class.
- Use PostCSS 5.2.
- Fix nested prop parser for prefixed pseudo.
- Add nested properties support (by dryoma).
- Use PostCSS 5.1.
- Add source maos to build JS files.
- Fix interpolation in
url()
.
- Fix interpolation-in-interpolation parsing.
- Fix at-rule with interpolation parsing.
- Fix inline comments with Windows new lines.
- Parse new lines according W3C CSS syntax specification.
- Fix package dependencies.
- Fix CSS syntax error position on unclosed quotes.
- Fix ES2015 module export.
- Fix interpolation inside string.
- Fix
url()
parsing.
- Initial release.