Skip to content

Releases: stevenschobert/metalsmith-sass

v2.0.0

08 Jan 05:28
beecccc
Compare
Choose a tag to compare

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.

v1.7.0

21 Nov 17:09
Compare
Choose a tag to compare

v1.6.0

20 Jan 15:24
v1.6.0
Compare
Choose a tag to compare

v1.5.1

09 Jan 05:02
v1.5.1
Compare
Choose a tag to compare
  • Fixes a bug with imports when using absolute paths in Metalsmith's source option. #45 (Thanks @RetrocadeNet) 🎉

v1.5.0

28 Dec 20:39
v1.5.0
Compare
Choose a tag to compare

v1.4.0

09 Jan 17:53
Compare
Choose a tag to compare

v1.3.0

20 Jul 17:19
Compare
Choose a tag to compare
  • Support for Metalsmith v2
  • Nicer error messaging, thanks @callym! #26

v1.2.1

10 Jun 17:06
Compare
Choose a tag to compare
  • README updates

v1.2.0

10 Jun 17:06
Compare
Choose a tag to compare
  • Added support for .sass files! 🎉

v1.1.0

08 Jun 15:36
Compare
Choose a tag to compare
  • Added support for using a function in the outputDir option. Useful for preserving folder structure instead of just aggregating everything into a single folder.