eiskalteschatten
released this
21 Oct 14:20
·
14 commits
to master
since this release
- Move away from the deprecated
node-sass
package in lieu of the Dart-basedsass
package- Warning: Breaking change!
nodeSassOptions
is nowsassOptions
with different parameters. Check the documentation above. - The
sass
package is now a peer dependency and needs to be managed by the installing project
- Warning: Breaking change!
- 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
- Bump browserslist from 4.16.4 to 4.16.6 by @dependabot in #10
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #11
- Bump ws from 5.2.2 to 5.2.3 by @dependabot in #12
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #15
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #13
- Prevent command injection when calling setupCleanupOnExit in index.ts by @victorcwai in #16
- V2 by @eiskalteschatten in #22
New Contributors
- @victorcwai made their first contribution in #16
Full Changelog: v1.1.3...v2.0.0