Support for Dart Sass & Jest
- BREAKING: Update API for
runSass
, which now accepts two arguments: a
sassOptions
object and atrueOptions
object. - BREAKING: Drop support for node < 8
- Add docs and testing for usage with Jest
#135 - Add
sass
option torunSass
for passing a different Sass implementation
thannode-sass
#137 - Remove
node-sass
frompeerDependencies
- Fix deprecated use of
assert.fail
#138 - Update dev dependencies