Releases: sass/dart-sass-embedded
sass_embedded 1.0.0-beta.16
-
Upgrade to Sass 1.48.0.
-
Fix a bug where the compiler could crash when an error was detected in a stylesheet provided by string.
See the full changelog for changes in earlier releases.
sass_embedded 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.
-
-
Fix a bug where the compiler could return a
CompileFailure
without a span.
See the full changelog for changes in earlier releases.
sass_embedded 1.0.0-beta.14
- Support
FileImporter
s.
See the full changelog for changes in earlier releases.
sass_embedded 1.0.0-beta.13
- Report a better error message for an empty
CompileRequest.Input.path
.
See the full changelog for changes in earlier releases.
sass_embedded 1.0.0-beta.12
- Support version 1.0.0-beta.14 of the Sass embedded protocol: * Support
Value.Calculation
.
See the full changelog for changes in earlier releases.
sass_embedded 1.0.0-beta.11
-
Support version 1.0.0-beta.13 of the Sass embedded protocol: * Support
Value.HwbColor
. * Emit colors asValue.HslColor
if that internal representation is available. -
Add a
--version
flag that will print aVersionResponse
as JSON, for ease of human identification.
See the full changelog for changes in earlier releases.
sass_embedded 1.0.0-beta.10
-
Support version 1.0.0-beta.12 of the Sass embedded protocol: * Support
Value.ArgumentList
. -
Support slash-separated lists.
See the full changelog for changes in earlier releases.
sass_embedded 1.0.0-beta.9
- No user-visible changes.
See the full changelog for changes in earlier releases.
sass_embedded 1.0.0-beta.8
-
Support version 1.0.0-beta.11 of the Sass embedded protocol: * Support
VersionRequest
andVersionResponse
. * SupportCompileRequest.quiet_deps
and.verbose
. * SetCanonicalizeRequest.from_import
. * SetCompileSuccess.loaded_urls
. -
Properly throw errors for range checks for colors.
See the full changelog for changes in earlier releases.
sass_embedded 1.0.0-beta.7
Release 1.0.0-beta.7 (#36)