This project adheres to Semantic Versioning.
- Fixed JSON inside CSS support (by @dengelke).
- Removed Node.js 16, 14, and 12 support.
- Added
Root#source.end
.
- Removed Node.js 10 support.
- Moved
postcss
topeerDependencies
.
- Added funding links.
- Fixed parsing missed semicolon.
- Removed support for Node.js 6.x, 8.x, 11.x, and 13.x versions.
- Moved to PostCSS 8.0.
- Fix parsing
:;
.
- Remove development file from npm package.
- Remove Node.js 9 and Node.js 4 support.
- Remove IE and “dead” browsers from Babel.
- Use PostCSS 7.0.
- Fix parsing IE filter with missed semicolon.
- Use PostCSS 6.0.
- Use
babel-preset-env
.
- Do not fall on colon instead of semicolon in the declaration end.
- Use PostCSS 5.2 core tokenizer.
- Parse new lines according W3C CSS syntax specification.
- Fix package dependencies.
- Fix CSS syntax error position on unclosed quotes.
- Fix wrong
main
inpackage.json
.
- Remove Babel from dependencies (by Jonny Buchanan).
- Clean code for PostCSS 5.0.13 internal changes.
- Use Babel 6.
- Fix
url()
parsing.
- Initial release from PostCSS sources.