All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.0.6 (2017-06-14)
- Adds Webpack 3.x version range to peerDependencies
6.0.5 (2017-05-10)
6.0.4 (2017-05-09)
- fix: Resolving of scoped npm packages #447
6.0.3 (2017-03-07)
- Fix regression with empty files #398
- Reduce npm package size by using the files property in the
package.json
6.0.2 (2017-02-21)
- Update dependencies #383
6.0.1 (2017-02-17)
- Fix source maps in certain CWDs. #377
6.0.0 (2017-02-13)
- Improve source map support. #374
- This is breaking for the resolve-url-loader
5.0.1 (2017-02-13)
- Fix bug where multiple compilations interfered with each other. #369
5.0.0 (2017-02-13)
- Remove synchronous compilation support #334
- Remove node 0.12 support. 29b30755021a834e622bf4b5bb9db4d6e5913905
- Remove official node-sass@3 and webpack@1 support. 5a6bcb96d8bd7a7a11c33252ba739ffe09ca38c5
- Remove synchronous compilation support. #334
4.1.1 (2016-12-21)
- Update webpack peer dependency to support 2.2.0rc. #330
4.1.0 (2016-12-14)
- Update
[email protected]
#319
4.0.2 (2016-07-07)
- Fix wrong context in customImporters #281
4.0.1 (2016-07-01)
- Fix custom importers receiving
'stdin'
as second argument instead of the actualresourcePath
#267
4.0.0 (2016-06-27)
- Fix incorrect source map paths #250
- Release new major version because the previous release was a breaking change in certain scenarios See: webpack-contrib#250 (comment)
3.2.2 (2016-06-26)
- Fix incorrect source map paths #250
3.2.1 (2016-06-19)
- Add
webpack@^2.1.0-beta
as peer dependency #233
3.2.0 (2016-03-12)
- Append file content instead of overwriting when
data
-option is already present #216 - Make
indentedSyntax
option a bit smarter #196
3.1.2 (2015-11-22)
- Fix loader query not overriding webpack config #189
- Update peer-dependencies #182
node-sass^3.4.2
webpack^1.12.6
3.1.1 (2015-10-26)
- Fix missing module
object-assign
#178
3.1.0 (2015-10-25)
- Fix a problem where modules with a
.
in their names were not resolved #167
3.0.0 (2015-09-29)
- Fix crash when Sass reported an error without
file
#158
2.0.1 (2015-08-14)
- Add missing path normalization (fixes #141)
2.0.0 (2015-08-06)
- 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
- Refactor import resolving algorithm. (#138) (c8621a1)
- 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
1.0.4 (2015-08-03)
1.0.3 (2015-07-22)
1.0.2 (2015-04-15)
- Fix a bug where files could not be imported across language styles #73
- Update peer-dependency
node-sass
to3.1.0
1.0.1 (2015-03-31)
- Fix Sass partials not being resolved anymore #68
- Update peer-dependency
node-sass
to3.0.0-beta.4
1.0.0 (2015-03-22)
- 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