Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@johnfairh johnfairh released this 10 Oct 10:30
· 1 commit to main since this release
077ecab

Changes relative to 2.0.0:

  • Require Swift 6 / Xcode 16 - already committed to actors and too much work to
    maintain support for earlier language versions. Various interface changes
    around Sendability.

  • Bundle the 1.79.4 dart-sass binaries.

  • Add CompilerWarningLevel for more control over compiler warnings.

  • Support the Node Package Importer via ImportResolver.nodePackageImporter.

  • Support the Sass Deprecations API via DeprecationControl.

  • Rearrange how URLs are passed to Importers with ImporterContext.

  • Update SassColor to support CSS Color Module Level 4 functionality. The
    Swift API here does not offer any helpers for manipulating these new color
    spaces - perhaps an addition in future, but I am conflicted about whether
    this package is the right place for this deep function.