- Upgrade to node-sass 3.0.0-beta.7
- 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