Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@stevenschobert stevenschobert released this 08 Jan 05:28
beecccc

BREAKING CHANGE: node-sass has been changed from a direct dependency to a peer dependency. If you are upgrading from v1.x.x, you may need to install it directly in your project using npm install --save node-sass.

  • Changed node-sass to a peer dependency. This gives you direct control over which version of node-sass you want to use in your project going forward. No more waiting for metalsmith-sass releases!
  • Upgraded dependencies and resolved vulnerabilities.
  • Remove test files from npm distribution.
  • Enable support for all versions of Node.js supported by node-sass. Going forward, whichever version of node-sass you install will determine your Node.js support. See node-sass' version support policy for details.