- Add missing path normalization (fixes #141)
- Breaking: Refactor import resolving algorithm. The new algorithm is aligned to libsass' way of resolving files. This yields to different results if two files with the same path and filename but with different extensions are present. Though this change should be no problem for most users, we must flag it as breaking change. #135 #138
- Add temporary fix for stuck processes (see sass/node-sass#857) #100 #119 #132
- Fix path resolving on Windows #108
- Fix file watchers on Windows #102
- Fix file watchers for files with errors #134
- Fix a bug where files could not be imported across language styles #73
- Update peer-dependency
node-sass
to3.1.0
- Fix SASS partials not being resolved anymore #68
- Update peer-dependency
node-sass
to3.0.0-beta.4
- Moved
node-sass^3.0.0-alpha.0
topeerDependencies
#28 - Using webpack's module resolver as custom importer #39
- Add synchronous compilation support for usage with enhanced-require #39