Skip to content

Releases: TrySound/postcss-value-parser

v4.2.0

29 Nov 11:32
Compare
Choose a tag to compare

4.2.0 (2021-11-29)

Features

  • report end indices for nodes

v4.1.0

28 Apr 14:11
Compare
Choose a tag to compare

4.1.0 (2020-04-28)

Features

  • apply custom stringification to values within functions

Fixes

  • (types) improve types

v4.0.3

18 Feb 14:59
Compare
Choose a tag to compare

4.0.3 (2020-02-18)

Fixes

  • (types) stringify accepts a single Node as well

v4.0.2

07 Aug 18:39
Compare
Choose a tag to compare

4.0.2 (2019-08-07)

Fixes

  • unit helper doesn't return invalid number

v4.0.1

05 Aug 17:29
Compare
Choose a tag to compare

4.0.1 (2019-08-05)

Fixes

  • scientific notation with + and - (i.e. 10.1e-1px)
  • doesn't lose spaces when division used in calc function

v4.0.0

04 Jun 10:04
79294f7
Compare
Choose a tag to compare

4.0.0 (2019-06-04)

Fixes

  • Respect whitespace in empty url function
  • Invalidate values starting with 'e' + digit

Features

  • Allow certain calc() operations to be parsed according to the spec
  • New unicode range node

BREAKING CHANGE

  • minimum supported node version is 8

Little Monster

18 Feb 17:42
Compare
Choose a tag to compare
  • Add custom stringify feature

Grand Minion

14 Dec 01:31
Compare
Choose a tag to compare
  • Add comment node support (/* ... */).
  • Comment is not parsed in url functions.
  • Fix unclosed property processing in stringify function

Thanks to @MohammadYounes for this.

Brave new world

01 Dec 14:04
Compare
Choose a tag to compare

Thanks a lot to @davidtheclark for new documentation.

Stark

19 Oct 14:04
Compare
Choose a tag to compare
  • Added sourceIndex prop for every node