Skip to content

Releases: dart-league/sass_builder

v2.1.2

13 Oct 00:27
ac821bc
Compare
Choose a tag to compare

Maintenance Release

  • Widen version constraints on dependencies: build and sass.
  • Remove use of the deprecated indented parameter when compiling with sass.

v2.1.1

17 Jul 02:22
Compare
Choose a tag to compare
  • Set max SDK version to <3.0.0

v2.1.0

02 Jul 17:59
Compare
Choose a tag to compare
  • Output style is now compressed by default for release builds.

v2.0.2

14 Jun 18:56
e0a95d7
Compare
Choose a tag to compare
  • Fix bug where compiling Dart package imports in Windows environment would fail.

v2.0.1

06 Jun 20:01
e4dbc66
Compare
Choose a tag to compare
  • Fix bug where .sass entrypoints were not being compiled with "indented"
    syntax.
  • Remove all temp file creation. Files are now imported using a custom
    AsyncImporter.

v2.0.0

03 May 19:43
9e2760a
Compare
Choose a tag to compare

New Feature

  • Add a builder which will clean up .scss and .sass sources for --release
    builds.

Breaking Change

  • Remove the pub transformer.

v1.2.0

12 Apr 20:25
ae8d92d
Compare
Choose a tag to compare
  • Add option to configure output style. Supports expanded or compressed as provided by the Dart
    implementation of Sass. Defaults to expanded.
  • Removed dev dependencies that were no longer used.