Releases: TrySound/postcss-value-parser
Releases · TrySound/postcss-value-parser
v4.2.0
4.2.0 (2021-11-29)
Features
- report end indices for nodes
v4.1.0
4.1.0 (2020-04-28)
Features
- apply custom stringification to values within functions
Fixes
v4.0.3
4.0.3 (2020-02-18)
Fixes
- (types)
stringify
accepts a single Node as well
v4.0.2
4.0.2 (2019-08-07)
Fixes
unit
helper doesn't return invalid number
v4.0.1
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
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
- Add custom stringify feature
Grand Minion
- Add comment node support (
/* ... */
).
- Comment is not parsed in url functions.
- Fix
unclosed
property processing in stringify
function
Thanks to @MohammadYounes for this.
Stark
- Added sourceIndex prop for every node