This project uses major version number for PostCSS, minor for adding/removing tests, and patch for fixes.
- Added more rules with semicolon cases (by @romainmenke).
- Update
offsetaccording to fix inpostcss(by Ido Rosenthal).
- Moved
jsonify()fromstringtoobject. - Moved
eachTest()fromstringtoobjectinjsonargument. - Added
source.endforRoot(by Romain Menke).
- Removed Habr.com real tests because of often 404 error.
- Fixed ESM support.
- Fixed empty Custom Properties position.
- Added safe example for comment removal.
- Added more CSS Custom Properties tests.
- Added more dangerous comments tests.
- Reduced dependencies.
- Replaced
nanocolorswithpicocolors. - Removed
ci-job-number.
- Replaced
coloretterwithnanocolors.
- Removed
NodeinputsandNode#source.inputId(by Niklas Mischkulnig).
- Removed
Node#source.inputfrom test cases.
- Reverted Node.js 15 warning fix.
- Fixed Node.js 15 warning.
- Added funding links.
- Added
Node#source.offsetto test cases.
- Added empty Custom Properties case with comments and
!important.
- Added empty Custom Properties case.
- Added Custom Properties with
{}case for PostCSS 8. - Added at-rule with
{}in params case for PostCSS 8. - Added ESM support.
- Added TypeScript types.
- Replace
chalktocolorette.
- Parse
--a: {}as--adeclaration with{}value.
- Add more cases for Custom Properties (by Ivan Solovev).
- Fix compatibility with PostCSS 7.0.6.
- Add case with nested at-rule without semicolon, params, and spaces.
- Remove
gulp-util.
- Add case with comment between word tokens (by Oleh Kuchuk).
- Add
!IMPORTANTcase.
- Fix
endposition in at-rule test (by Oleh Kuchuk).
- Add
\62 olor: redcase.
- Add rule with semicolon case for PostCSS 6.0.
- Add
/**/!importantcase. - Clean up npm package from unnecessary files.
- Add
[attr=;]case.
- Remove
node.idremoving.
- Remove unique
node.idtoo (by Ivan Serniaev).
- Add test for correct
between.
- Remove cache properties from node in
jsonify.
- Add more tests for
!important.
- Add value trimming test.
- Add nested at-rule without semicolon test.
- Add multi-tokens property test.
- Fix
Rootstart source.
- Better test with
url(). - Add tests with empty files.
- Add test with BOM symbol.
- Add start source to
Root.
- Initial release from PostCSS sources.