- Fixed: avoid security issue related to
reduce-css-calc@< 1.2.4
.
- Fixed: support for multiline value
(#27)
- Added: "mediaQueries" option for
@media
support
(#22)
- Added: "warnWhenCannotResolve" option to warn when calc() are not reduced to a single value
(#20)
- Removed: compatibility with postcss v4.x
- Added: compatibility with postcss v5.x
- Added: compatibility with postcss v4.1.x (#12)
- Fixed:
preserve
option does not create duplicated values (#7)
- Added: compatibility with postcss v4.x
- Changed: partial compatiblity with postcss v3.x (stack traces have lost filename)
- Added: GNU like exceptions (#4)
- Added:
precision
option (#5)
- Added:
preserve
option (#6)
- Added: source of the error (gnu like message) (fix #3)
- Fixed: correctly ignore unrecognized values (fix #2)
- Changed: Plugin now return a function to have a consistent api. (ref 1, ref 2)
✨ First release based on rework-calc v1.1.0 (code mainly exported to reduce-css-calc
)