Skip to content

Releases: bep/godartsass

v1.2.0

09 Jun 07:04
@bep bep
5351511
Compare
Choose a tag to compare

Namespace the proto packages so we can run both v1 and v2 at the same time.

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

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

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.

v1.1.0

08 Jun 14:11
@bep bep
6b55ef4
Compare
Choose a tag to compare

This backports one fix from v2.0.0:

  • ImportResolver.Load method now returns a Import struct with both Content and SourceSyntax.

v1.0.0

08 Jun 10:15
@bep bep
5d595db
Compare
Choose a tag to compare

Nothing new in this release, just making it a v1 version so I can follow up with a v2.

v0.16.0

06 Dec 11:02
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Add a Version utility func by @bep in #9

Full Changelog: v0.15.0...v0.16.0

v0.15.0

01 Dec 08:43
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Allow embedding of sources in the source map (sourcesContent) by @msiedlarek in #8

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

17 Mar 19:48
@bep bep
ca9a239
Compare
Choose a tag to compare
Unescape URL in log message

v0.13.0

17 Mar 16:12
@bep bep
Compare
Choose a tag to compare

What's Changed

Update to beta6 of Dart Sass Protocol

06 Feb 16:42
@bep bep
Compare
Choose a tag to compare

Update to beta6 of the Dart Sass Protocol. That version is not backwards compatible so you must make sure to upgrade the binary.

v0.11.0: Remove unsupported output styles

31 Dec 10:14
@bep bep
3218166
Compare
Choose a tag to compare
Dart Sass only supports EXPANDED and COMPRESSED.