- #62 Use
Buffer.from
instead ofbtoa
to maintain compatibility with Node 10 to 14 (@jasonbekolay)
- Jason Bekolay (@jasonbekolay)
- #61 do not use nullish coalescing (@patricklx)
- Patrick Pircher (@patricklx)
- #59 use regex replace instead of replaceAll (@patricklx)
- Patrick Pircher (@patricklx)
- #57 add sourcemap comment (@patricklx)
- Patrick Pircher (@patricklx)
- #54 Bump release-it from 15.9.3 to 16.1.4 (@dependabot[bot])
- #51 Bump release-it from 15.5.0 to 15.9.3 (@dependabot[bot])
- David Baker (@acorncom)
- #32 upgrade to latest sass (@patricklx)
- #43 modernize (@patricklx)
- #35 add dependabot (@patricklx)
- #34 add release-it process (@patricklx)
- Patrick Pircher (@patricklx)
-
Breaking change: This plugin now requires users to explicitly specify which Sass implementation to use when
requiring()
the module. For example:var compileSass = require('broccoli-sass-source-maps')(require('sass'));
-
Remove
imagePath
from options documentation. Support for this was removed from node-sass/libsass -
Add
functions
to options documentation. See https://github.com/sass/node-sass#functions--v300---experimental (Note that if losingimage-url
from sass is a problem for you, you can now implement it yourself as a custom function)
- Upgrade to node-sass 3.0.0-beta.5
- Upgrade to node-sass 3.0.0-beta.4
- Upgrade to node-sass 3.0.0-alpha.1
- Update node-sass dependency
- Upgrade to node-sass 3.0.0-pre
- Look for main
.scss
file only in the first input tree (load path)
- Upgrade to node-sass 2.0.1
- Remove defective source map support; we may bring it back later
- Upgrade to node-sass ^1.1.4
- Fix broken release
- Upgrade to node-sass ^1.0.3
- Upgrade to node-sass ^1.0.1
- Fix path handling issue
- Cache Sass output using broccoli-caching-writer
- Add support for
precision
option
- Guard against passing a tree instead of array
- Upgrade to node-sass ^0.9.2
- Upgrade to node-sass 0.8.5 and make source maps work
- Use new broccoli-writer base class
- Update package description
- Add missing cleanup method
- Initial working implementation
- Initial placeholder release