This project uses major version number for PostCSS, minor for adding/removing tests, and patch for fixes.
- Update
offset
according to fix inpostcss
(by Ido Rosenthal).
- Moved
jsonify()
fromstring
toobject
. - Moved
eachTest()
fromstring
toobject
injson
argument. - Added
source.end
forRoot
(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
nanocolors
withpicocolors
. - Removed
ci-job-number
.
- Replaced
coloretter
withnanocolors
.
- Removed
Nodeinputs
andNode#source.inputId
(by Niklas Mischkulnig).
- Removed
Node#source.input
from test cases.
- Reverted Node.js 15 warning fix.
- Fixed Node.js 15 warning.
- Added funding links.
- Added
Node#source.offset
to 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
chalk
tocolorette
.
- Parse
--a: {}
as--a
declaration 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
!IMPORTANT
case.
- Fix
end
position in at-rule test (by Oleh Kuchuk).
- Add
\62 olor: red
case.
- Add rule with semicolon case for PostCSS 6.0.
- Add
/**/!important
case. - Clean up npm package from unnecessary files.
- Add
[attr=;]
case.
- Remove
node.id
removing.
- Remove unique
node.id
too (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
Root
start 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.