update passing tests and changelog

This commit is contained in:
Connor Skees 2020-07-03 06:53:55 -04:00
parent 0f590b5cd2
commit 0c91fc323b
2 changed files with 7 additions and 3 deletions

View File

@ -3,8 +3,12 @@
- implement builtin functions `min` and `max`
- bugfixes for `@extend` and `selector-unify`
- allow `@content` to take arguments
- various optimizations, improving performance by around 10% (and resolving performance regressions due to `@extend`)
- bugfixes for `@content`, for example chained mixins
- better support queries in `@media`
- bugfixes for `@media`
- add support for splats, e.g. `rgba([1, 2, 3, 4]...)`
- resolve a number of parsing bugs for `@for`, variable declarations, selectors, and maps
- various optimizations, improving performance by around 10% (and resolving performance regressions due to `@extend`)
# 0.9.1

View File

@ -1,11 +1,11 @@
/*! # grass
An implementation of the Sass specification in pure rust.
Spec progress as of 2020-07-02:
Spec progress as of 2020-07-03:
| Passing | Failing | Total |
|---------|---------|-------|
| 2840 | 2253 | 5093 |
| 2862 | 2231 | 5093 |
## Use as library
```