Skip to content

Releases: bep/godartsass

v1.1.0

08 Jun 14:11
@bep bep
6b55ef4

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

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

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

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

Choose a tag to compare

Unescape URL in log message

v0.13.0

17 Mar 16:12
@bep bep

Choose a tag to compare

What's Changed

Update to beta6 of Dart Sass Protocol

06 Feb 16:42
@bep bep

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

Choose a tag to compare

Dart Sass only supports EXPANDED and COMPRESSED.

v0.10.0: Fix handling of nil URL in import response

29 Dec 22:10
@bep bep
42bab9c

Choose a tag to compare

Introduced in c6481a9846af99c7fdec8652ae462b07fd3eefb1

v0.9.0

28 Dec 16:33
@bep bep
35a132a

Choose a tag to compare

Improve SassError.Error()