dart-sass/CHANGELOG.md

40 lines
1.0 KiB
Markdown
Raw Normal View History

## 1.0.0-beta.13
* Report a better error message for an empty `CompileRequest.Input.path`.
## 1.0.0-beta.12
* Support version 1.0.0-beta.14 of the Sass embedded protocol:
* Support `Value.Calculation`.
## 1.0.0-beta.11
* Support version 1.0.0-beta.13 of the Sass embedded protocol:
* Support `Value.HwbColor`.
* Emit colors as `Value.HslColor` if that internal representation is
available.
* Add a `--version` flag that will print a `VersionResponse` as JSON, for ease
of human identification.
2021-08-17 22:48:25 +02:00
## 1.0.0-beta.10
2021-08-10 01:11:51 +02:00
* Support version 1.0.0-beta.12 of the Sass embedded protocol:
* Support `Value.ArgumentList`.
2021-08-17 22:48:25 +02:00
* Support slash-separated lists.
## 1.0.0-beta.9
* No user-visible changes.
2021-05-18 05:57:37 +02:00
## 1.0.0-beta.8
* Support version 1.0.0-beta.11 of the Sass embedded protocol:
* Support `VersionRequest` and `VersionResponse`.
* Support `CompileRequest.quiet_deps` and `.verbose`.
* Set `CanonicalizeRequest.from_import`.
2021-07-23 23:41:39 +02:00
* Set `CompileSuccess.loaded_urls`.
* Properly throw errors for range checks for colors.