update changelog and readme for 0.10.5
This commit is contained in:
parent
bc49c2b8ee
commit
92d367e934
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,13 @@
|
||||
# 0.10.5
|
||||
|
||||
- support compressed output
|
||||
- support new builtin functions `math.div`, `map.set`
|
||||
- support the HWB colorspace and builtin functions `color.hwb`, `color.blackness`, `color.whiteness`
|
||||
- `:is` pseudo selector is now considered an alias of `:matches` in `@extend`
|
||||
- support `$keys...` argument in `map.merge`
|
||||
- `%` now implements the modulo operation, rather than finding the remainder. this mainly affects negative numbers
|
||||
- fix parsing bug in which `/***/` in a selector would miss the closing `/`
|
||||
|
||||
# 0.10.4
|
||||
|
||||
- plain css `invert(..)` accepts numbers with any unit
|
||||
@ -52,6 +62,7 @@
|
||||
- improve parsing for `@supports` and unknown at-rules
|
||||
|
||||
## Breaking
|
||||
|
||||
- functions now take an `Options` struct
|
||||
|
||||
# 0.9.5
|
||||
|
@ -26,7 +26,6 @@ The large features remaining are
|
||||
indented syntax
|
||||
css imports
|
||||
@forward
|
||||
compressed output
|
||||
```
|
||||
|
||||
This is in addition to dozens of smaller features, edge cases, and miscompilations.
|
||||
@ -74,6 +73,7 @@ cd grass
|
||||
cargo b --release
|
||||
./sass-spec/sass-spec.rb -c './target/release/grass'
|
||||
```
|
||||
|
||||
Note: you will have to install [ruby](https://www.ruby-lang.org/en/downloads/),
|
||||
[bundler](https://bundler.io/) and run `bundle install` in `./sass-spec/`.
|
||||
This might also require you to install the requirements separately
|
||||
@ -130,7 +130,6 @@ FAILING: 3651
|
||||
TOTAL: 5093
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
2020-02-03
|
||||
PASSING: 242
|
||||
|
Loading…
x
Reference in New Issue
Block a user