Skip to content

Releases: tbela99/css-parser

v1.3.3

03 Sep 22:54
Compare
Choose a tag to compare
  • relative color computation bug #105
  • allow duplicated declarations of whitelisted properties #106

Full Changelog: v1.3.1...v1.3.3

v1.3.2

25 Aug 04:45
Compare
Choose a tag to compare

v1.3.2

  • add missing return type

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

25 Aug 04:44
Compare
Choose a tag to compare

v1.3.1

  • generate documentation
  • parse input from readable stream
  • add parseFile() and transformFile()

What's Changed

  • numerical tokens use numbers instead of strings by @tbela99 in #99

Full Changelog: v1.3.0...v1.3.1

v1.3.0

13 Aug 03:31
Compare
Choose a tag to compare
  • numerical and dimension tokens use numbers instead of string
  • fix bug when inlineCssVariables is disabled and computeCalcExpression is enabled

What's Changed

Full Changelog: v1.2.0...v1.3.0

color conversion & validation syntax update

08 Aug 02:10
Compare
Choose a tag to compare
  • color conversion #94
  • dead code removal #93
  • validation syntax update #92

What's Changed

Full Changelog: v1.1.1...v1.2.0

validation syntax update

25 Jul 01:07
Compare
Choose a tag to compare

What's Changed

  • fix bug when css nesting is disabled #89
  • validation rules update #87

Full Changelog: v1.1.0...v1.1.1

v1.1.0

13 Jul 11:35
Compare
Choose a tag to compare
  • inline sourcemap #82
  • css validation using mdn data #83
  • prefix removal #84

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 Apr 15:02
Compare
Choose a tag to compare

What's Changed

  • transform minification #75
  • keyframe minification #74
  • current color handling #78

Full Changelog: v0.9.1...v1.0.0

v0.9.1

05 Mar 09:12
Compare
Choose a tag to compare

What's Changed

  • multi-pass minification #66
  • nesting selector cannot match pseudo element #67
  • at-rule validation error #71

Full Changelog: v0.9.0...v0.9.1

v0.9.0

23 Feb 23:09
Compare
Choose a tag to compare

What's Changed

  • Media Queries Level 5 #53
  • incorrectly expand nesting rule #57
  • implement lenient validation. do not drop unknown at-rules, pseudo classes and declarations #55

Full Changelog: v0.8.0...v0.9.0