- Added: Safeguards against postcss-values-parser potentially throwing an error.
- Updated: postcss-value-parser to 6.0.1 (patch)
- Updated: Support for PostCS 8+ (major).
- Updated: Support for Node 12+ (major).
- Updated: Publish
- Updated: Using
walkType
to evade walker bug inpostcss-values-parser
- Updated:
postcss-values-parser
to 3.2.0 (minor).
- Updated: Ownership moved to CSSTools.
- Updated:
postcss-values-parser
to 3.1.1 (major). - Updated: Node support to 10.0.0 (major).
- Updated: Feature to use new percentage syntax.
- Removed: Support for the removed
gray()
function.
- Updated: PostCSS Values Parser 2.0.0
- Updated: Support for PostCSS 7+
- Updated: Support for Node 6+
- Added: Support for
gray(a / b)
aslab(a 0 0 / b)
- Fixed: Values beyond the acceptable 0-255 RGB range
- Initial version