implement min
and max
This commit is contained in:
parent
c031d42f41
commit
169a6ec2b3
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,7 +1,11 @@
|
|||||||
|
# 0.9.2
|
||||||
|
|
||||||
|
- implement builtin functions `min` and `max`
|
||||||
|
|
||||||
# 0.9.1
|
# 0.9.1
|
||||||
|
|
||||||
This release is largely focused on `@extend`, but it also resolves some regressions resulting from the new parser.
|
This release is largely focused on `@extend`, but it also resolves some regressions resulting from the new parser.
|
||||||
- **Implement `@extend`**
|
- **implement `@extend`**
|
||||||
- properly document new API
|
- properly document new API
|
||||||
- MVP implementation of `@supports`
|
- MVP implementation of `@supports`
|
||||||
- fix regression in which `@at-root` would panic when placed after a ruleset
|
- fix regression in which `@at-root` would panic when placed after a ruleset
|
||||||
@ -12,7 +16,7 @@ This release is largely focused on `@extend`, but it also resolves some regressi
|
|||||||
|
|
||||||
This release is focused on setting up the groundwork for implementing `@extend` as well
|
This release is focused on setting up the groundwork for implementing `@extend` as well
|
||||||
as being able to compile Bootstrap.
|
as being able to compile Bootstrap.
|
||||||
- Implement all builtin selector functions
|
- implement all builtin selector functions
|
||||||
- `selector-append`
|
- `selector-append`
|
||||||
- `selector-extend`
|
- `selector-extend`
|
||||||
- `selector-nest`
|
- `selector-nest`
|
||||||
@ -21,9 +25,9 @@ as being able to compile Bootstrap.
|
|||||||
- `selector-unify`
|
- `selector-unify`
|
||||||
- `simple-selectors`
|
- `simple-selectors`
|
||||||
- `is-superselector`
|
- `is-superselector`
|
||||||
- Implement builtin function `content-exists`
|
- implement builtin function `content-exists`
|
||||||
- Allow `@import`, `@warn`, and `@debug` in all contexts, such as inside `@mixin`
|
- allow `@import`, `@warn`, and `@debug` in all contexts, such as inside `@mixin`
|
||||||
- Refactor control flow evaluation, resolving some issues blocking Bootstrap
|
- refactor control flow evaluation, resolving some issues blocking Bootstrap
|
||||||
|
|
||||||
#### Breaking Changes
|
#### Breaking Changes
|
||||||
- remove the `StyleSheet` struct in favor of freestanding functions, `from_string` and `from_path`
|
- remove the `StyleSheet` struct in favor of freestanding functions, `from_string` and `from_path`
|
||||||
|
@ -73,9 +73,9 @@ cargo b --release
|
|||||||
These numbers come from a default run of the Sass specification as shown above.
|
These numbers come from a default run of the Sass specification as shown above.
|
||||||
|
|
||||||
```
|
```
|
||||||
2020-06-20
|
2020-06-22
|
||||||
PASSING: 2755
|
PASSING: 2772
|
||||||
FAILING: 2338
|
FAILING: 2321
|
||||||
TOTAL: 5093
|
TOTAL: 5093
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user