Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@eiskalteschatten eiskalteschatten released this 21 Oct 14:20
· 10 commits to master since this release
  • 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

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