Skip to content

v2.0.0: Send interrupt on Close on GOOS != windows

Compare
Choose a tag to compare
@bep bep released this 08 Jun 14:05

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 a Import struct with both Content and SourceSyntax.