- Breaking: Release new major version because
3.2.2
was a breaking change in certain scenarios #250 #254
- Revert changes to
3.2.1
because3.2.2
contained a potential breaking change #254
- Fix incorrect source map paths #250
- Add
webpack@^2.1.0-beta
as peer dependency #233
- Append file content instead of overwriting when
data
-option is already present #216 - Make
indentedSyntax
option a bit smarter #196
- Fix loader query not overriding webpack config #189
- Update peer-dependencies #182
node-sass@^3.4.2
webpack@^1.12.6
- Fix missing module
object-assign
#178
- Add possibility to also define all options in your
webpack.config.js
#152 #170 - Fix a problem where modules with a
.
in their names were not resolved #167
- Breaking: Add
node-sass@^3.3.3
andwebpack@^1.12.2
as peer-dependency #165 #166 #169 - Fix crash when Sass reported an error without
file
#158
- Add missing path normalization #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