mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
1.3 KiB
1.3 KiB
1.0.0-beta.15
-
Support version 1.0.0-beta.17 of the Sass embedded protocol:
-
Treat invalid host function signatures as function errors rather than protocol errors.
-
Allow
ImportResponse.result
to be null.
-
1.0.0-beta.14
- Support
FileImporter
s.
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
.
- Support
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.
- Support
-
Add a
--version
flag that will print aVersionResponse
as JSON, for ease of human identification.
1.0.0-beta.10
-
Support version 1.0.0-beta.12 of the Sass embedded protocol:
- Support
Value.ArgumentList
.
- Support
-
Support slash-separated lists.
1.0.0-beta.9
- No user-visible changes.
1.0.0-beta.8
-
Support version 1.0.0-beta.11 of the Sass embedded protocol:
- Support
VersionRequest
andVersionResponse
. - Support
CompileRequest.quiet_deps
and.verbose
. - Set
CanonicalizeRequest.from_import
. - Set
CompileSuccess.loaded_urls
.
- Support
-
Properly throw errors for range checks for colors.