Skip to content

Releases: eiskalteschatten/compile-sass

v2.0.0

21 Oct 14:20

Choose a tag to compare

  • Move away from the deprecated node-sass package in lieu of the Dart-based sass package
    • Warning: Breaking change! nodeSassOptions is now sassOptions with different parameters. Check the documentation above.
    • The sass package is now a peer dependency and needs to be managed by the installing project
  • Update all npm packages
  • Remove express as a direct dependency since it's a peer dependency and should be managed by the installing project
  • Remove packages that can be replaced with functionality from Node's standard library
  • Support for Node >= 16
  • Use bootstrap to improve testing by compiling real world examples
  • Add more asynchronous behavior to boost performance
  • Security updates

What's Changed

New Contributors

  • @victorcwai made their first contribution in #16

Full Changelog: v1.1.3...v2.0.0

v1.1.3

14 Apr 12:39

Choose a tag to compare

Update TypeScript

v1.1.2

02 Apr 10:57

Choose a tag to compare

Run npm audit fix