Releases: bep/godartsass
Releases · bep/godartsass
v2.3.2
v2.3.1
v2.3.0
v2.2.0
v2.1.0
v1.2.0
v2.0.0: Send interrupt on Close on GOOS != windows
This is a v2
release which means you need to adjust your import to use github.com/bep/godartsass/v2
.
It has 2 breaking changes:
- We now use the Dart Sass Embedded Protocol v2 and you need to use the main Dart Sass Binary (
sass
) downloaded from here: https://github.com/sass/dart-sass/releases - The
ImportResolver.Load
method now returns aImport
struct with bothContent
andSourceSyntax
.