-
-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Reformat changelog for standard-version
- Loading branch information
Showing
1 changed file
with
220 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,133 +1,276 @@ | ||
Changelog | ||
--------- | ||
# Change Log | ||
|
||
### 6.0.5 | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
- fix: importing file directly from scoped npm package [#450](https://github.com/webpack-contrib/sass-loader/pull/450) | ||
|
||
### 6.0.4 | ||
<a name="6.0.5"></a> | ||
# [6.0.5](https://github.com/webpack-contrib/sass-loader/compare/v6.0.5...v6.0.4) (2017-05-10) | ||
|
||
- fix: Resolving of scoped npm packages [#447](https://github.com/webpack-contrib/sass-loader/pull/447) | ||
### Bug Fixes | ||
|
||
### 6.0.3 | ||
* importing file directly from scoped npm package [#450](https://github.com/webpack-contrib/sass-loader/pull/450) ([5d06e9d](https://github.com/webpack-contrib/sass-loader/commit/5d06e9d)) | ||
|
||
- Fix regression with empty files [#398](https://github.com/webpack-contrib/sass-loader/pull/398) | ||
- Reduce npm package size by using the [files](https://docs.npmjs.com/files/package.json#files) property in the `package.json` | ||
|
||
### 6.0.2 | ||
<a name="6.0.4"></a> | ||
# [6.0.4](https://github.com/webpack-contrib/sass-loader/compare/v6.0.4...v6.0.3) (2017-05-09) | ||
|
||
- Update dependencies [#383](https://github.com/webpack-contrib/sass-loader/pull/383) | ||
### Bug Fixes | ||
|
||
### 6.0.1 | ||
* fix: Resolving of scoped npm packages [#447](https://github.com/webpack-contrib/sass-loader/pull/447) | ||
|
||
- Fix source maps in certain CWDs. [#377](https://github.com/webpack-contrib/sass-loader/pull/377) | ||
|
||
### 6.0.0 | ||
<a name="6.0.3"></a> | ||
# [6.0.3](https://github.com/webpack-contrib/sass-loader/compare/v6.0.3...v6.0.2) (2017-03-07) | ||
|
||
- **Breaking** (for resolve-url-loader only): Improve source map support. [#374](https://github.com/webpack-contrib/sass-loader/issues/374) | ||
### Bug Fixes | ||
|
||
### 5.0.1 | ||
* Fix regression with empty files [#398](https://github.com/webpack-contrib/sass-loader/pull/398) | ||
|
||
- Fix bug where multiple compilations interfered with each other. [#369](https://github.com/webpack-contrib/sass-loader/pull/369) | ||
|
||
### 5.0.0 | ||
### Chore | ||
|
||
- **Breaking**: Remove synchronous compilation support. [#334](https://github.com/webpack-contrib/sass-loader/pull/334) | ||
- **Breaking**: Remove official node-sass@3 and webpack@1 support. [5a6bcb96d8bd7a7a11c33252ba739ffe09ca38c5](https://github.com/webpack-contrib/sass-loader/commit/5a6bcb96d8bd7a7a11c33252ba739ffe09ca38c5) | ||
- **Breaking**: Remove node 0.12 support. [29b30755021a834e622bf4b5bb9db4d6e5913905](https://github.com/webpack-contrib/sass-loader/commit/29b30755021a834e622bf4b5bb9db4d6e5913905) | ||
* Reduce npm package size by using the [files](https://docs.npmjs.com/files/package.json#files) property in the `package.json` | ||
|
||
### 4.1.1 | ||
|
||
- Update `webpack` peer dependency to support `2.2.0rc`. [#330](https://github.com/webpack-contrib/sass-loader/pull/330) | ||
<a name="6.0.2"></a> | ||
# [6.0.2](https://github.com/webpack-contrib/sass-loader/compare/v6.0.2...v6.0.1) (2017-02-21) | ||
|
||
### 4.1.0 | ||
### Chore | ||
|
||
- Update `node-sass@4.0.0` [#319](https://github.com/webpack-contrib/sass-loader/pull/319) | ||
* Update dependencies [#383](https://github.com/webpack-contrib/sass-loader/pull/383) | ||
|
||
### 4.0.2 | ||
|
||
- Fix wrong context in customImporters that was introduced with fd6be1f143a1810f7e5072a865b3d8675ba1b94e [#275](https://github.com/webpack-contrib/sass-loader/issues/275) [#277](https://github.com/webpack-contrib/sass-loader/pull/277) | ||
<a name="6.0.1"></a> | ||
# [6.0.1](https://github.com/webpack-contrib/sass-loader/compare/v6.0.1...v6.0.0) (2017-02-17) | ||
|
||
### 4.0.1 | ||
### Bug Fixes | ||
|
||
- Fix custom importers receiving `'stdin'` as second argument instead of the actual `resourcePath` [#267](https://github.com/webpack-contrib/sass-loader/pull/267) | ||
* Fix source maps in certain CWDs. [#377](https://github.com/webpack-contrib/sass-loader/pull/377) | ||
|
||
### 4.0.0 | ||
|
||
- **Breaking**: Release new major version because `3.2.2` was a breaking change in certain scenarios [#250](https://github.com/webpack-contrib/sass-loader/pull/250) [#254](https://github.com/webpack-contrib/sass-loader/issues/254) | ||
<a name="6.0.0"></a> | ||
# [6.0.0](https://github.com/webpack-contrib/sass-loader/compare/v6.0.0...v5.0.1) (2017-02-13) | ||
|
||
### 3.2.3 | ||
### Bug Fixes | ||
|
||
- Revert changes to `3.2.1` because `3.2.2` contained a potential breaking change [#254](https://github.com/webpack-contrib/sass-loader/issues/254) | ||
* Improve source map support. [#374](https://github.com/webpack-contrib/sass-loader/issues/374) | ||
|
||
### 3.2.2 | ||
|
||
- Fix incorrect source map paths [#250](https://github.com/webpack-contrib/sass-loader/pull/250) | ||
### BREAKING CHANGES | ||
|
||
### 3.2.1 | ||
* This is breaking for the resolve-url-loader | ||
|
||
- Add `webpack@^2.1.0-beta` as peer dependency [#233](https://github.com/webpack-contrib/sass-loader/pull/233) | ||
|
||
### 3.2.0 | ||
<a name="5.0.1"></a> | ||
# [5.0.1](https://github.com/webpack-contrib/sass-loader/compare/v5.0.1...v5.0.0) (2017-02-13) | ||
|
||
- Append file content instead of overwriting when `data`-option is already present [#216](https://github.com/webpack-contrib/sass-loader/pull/216) | ||
- Make `indentedSyntax` option a bit smarter [#196](https://github.com/webpack-contrib/sass-loader/pull/196) | ||
### Bug Fixes | ||
|
||
### 3.1.2 | ||
* Fix bug where multiple compilations interfered with each other. [#369](https://github.com/webpack-contrib/sass-loader/pull/369) | ||
|
||
- Fix loader query not overriding webpack config [#189](https://github.com/webpack-contrib/sass-loader/pull/189) | ||
- Update peer-dependencies [#182](https://github.com/webpack-contrib/sass-loader/pull/182) | ||
- `node-sass@^3.4.2` | ||
- `webpack@^1.12.6` | ||
|
||
### 3.1.1 | ||
<a name="5.0.0"></a> | ||
# [5.0.0](https://github.com/webpack-contrib/sass-loader/compare/v5.0.0...v4.1.1) (2017-02-13) | ||
|
||
- Fix missing module `object-assign` [#178](https://github.com/webpack-contrib/sass-loader/issues/178) | ||
### Code Refactoring | ||
|
||
### 3.1.0 | ||
* Remove synchronous compilation support [#334](https://github.com/webpack-contrib/sass-loader/pull/334) | ||
|
||
- Add possibility to also define all options in your `webpack.config.js` [#152](https://github.com/webpack-contrib/sass-loader/pull/152) [#170](https://github.com/webpack-contrib/sass-loader/pull/170) | ||
- Fix a problem where modules with a `.` in their names were not resolved [#167](https://github.com/webpack-contrib/sass-loader/issues/167) | ||
|
||
### 3.0.0 | ||
### BREAKING CHANGES | ||
|
||
- **Breaking:** Add `node-sass@^3.3.3` and `webpack@^1.12.2` as peer-dependency [#165](https://github.com/webpack-contrib/sass-loader/pull/165) [#166](https://github.com/webpack-contrib/sass-loader/pull/166) [#169](https://github.com/webpack-contrib/sass-loader/pull/169) | ||
- Fix crash when Sass reported an error without `file` [#158](https://github.com/webpack-contrib/sass-loader/pull/158) | ||
* Remove node 0.12 support. [29b30755021a834e622bf4b5bb9db4d6e5913905](https://github.com/webpack-contrib/sass-loader/commit/29b30755021a834e622bf4b5bb9db4d6e5913905) | ||
* Remove official node-sass@3 and webpack@1 support. [5a6bcb96d8bd7a7a11c33252ba739ffe09ca38c5](https://github.com/webpack-contrib/sass-loader/commit/5a6bcb96d8bd7a7a11c33252ba739ffe09ca38c5) | ||
* Remove synchronous compilation support. [#334](https://github.com/webpack-contrib/sass-loader/pull/334) | ||
|
||
### 2.0.1 | ||
|
||
- Add missing path normalization [#141](https://github.com/webpack-contrib/sass-loader/pull/141) | ||
<a name="4.1.1"></a> | ||
# [4.1.1](https://github.com/webpack-contrib/sass-loader/compare/v4.1.1...v4.1.0) (2016-12-21) | ||
|
||
### 2.0.0 | ||
### Chore | ||
|
||
- **Breaking:** Refactor [import resolving algorithm](https://github.com/webpack-contrib/sass-loader/blob/089c52dc9bd02ec67fb5c65c2c226f43710f231c/index.js#L293-L348). 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](https://github.com/webpack-contrib/sass-loader/issues/135) [#138](https://github.com/webpack-contrib/sass-loader/issues/138) | ||
- Add temporary fix for stuck processes (see [sass/node-sass#857](https://github.com/sass/node-sass/issues/857)) [#100](https://github.com/webpack-contrib/sass-loader/issues/100) [#119](https://github.com/webpack-contrib/sass-loader/issues/119) [#132](https://github.com/webpack-contrib/sass-loader/pull/132) | ||
- Fix path resolving on Windows [#108](https://github.com/webpack-contrib/sass-loader/issues/108) | ||
- Fix file watchers on Windows [#102](https://github.com/webpack-contrib/sass-loader/issues/102) | ||
- Fix file watchers for files with errors [#134](https://github.com/webpack-contrib/sass-loader/pull/134) | ||
* Update webpack peer dependency to support 2.2.0rc. [#330](https://github.com/webpack-contrib/sass-loader/pull/330) | ||
|
||
### 1.0.4 | ||
|
||
- Fix wrong source-map urls [#123](https://github.com/webpack-contrib/sass-loader/pull/123) | ||
- Include source-map contents by default [#104](https://github.com/webpack-contrib/sass-loader/pull/104) | ||
<a name="4.1.0"></a> | ||
# [4.1.0](https://github.com/webpack-contrib/sass-loader/compare/v4.1.0...v4.0.2) (2016-12-14) | ||
|
||
### 1.0.3 | ||
### Features | ||
|
||
- Fix importing css files from scss/sass [#101](https://github.com/webpack-contrib/sass-loader/issues/101) | ||
- Fix importing Sass partials from includePath [#98](https://github.com/webpack-contrib/sass-loader/issues/98) [#110](https://github.com/webpack-contrib/sass-loader/issues/110) | ||
* Update `node-sass@4.0.0` [#319](https://github.com/webpack-contrib/sass-loader/pull/319) | ||
|
||
### 1.0.2 | ||
|
||
- Fix a bug where files could not be imported across language styles [#73](https://github.com/webpack-contrib/sass-loader/issues/73) | ||
- Update peer-dependency `node-sass` to `3.1.0` | ||
<a name="4.0.2"></a> | ||
# [4.0.2](https://github.com/webpack-contrib/sass-loader/compare/v4.0.2...v4.0.1) (2016-07-07) | ||
|
||
### 1.0.1 | ||
### Bug Fixes | ||
|
||
- Fix Sass partials not being resolved anymore [#68](https://github.com/webpack-contrib/sass-loader/issues/68) | ||
- Update peer-dependency `node-sass` to `3.0.0-beta.4` | ||
* Fix wrong context in customImporters [#281](https://github.com/webpack-contrib/sass-loader/pull/281) | ||
|
||
### 1.0.0 | ||
|
||
- Moved `node-sass^3.0.0-alpha.0` to `peerDependencies` [#28](https://github.com/webpack-contrib/sass-loader/issues/28) | ||
- Using webpack's module resolver as custom importer [#39](https://github.com/webpack-contrib/sass-loader/issues/31) | ||
- Add synchronous compilation support for usage with [enhanced-require](https://github.com/webpack/enhanced-require) [#39](https://github.com/webpack-contrib/sass-loader/pull/39) | ||
<a name="4.0.1"></a> | ||
# [4.0.1](https://github.com/webpack-contrib/sass-loader/compare/v4.0.1...v4.0.0) (2016-07-01) | ||
|
||
### Bug Fixes | ||
|
||
* Fix custom importers receiving `'stdin'` as second argument instead of the actual `resourcePath` [#267](https://github.com/webpack-contrib/sass-loader/pull/267) | ||
|
||
|
||
<a name="4.0.0"></a> | ||
# [4.0.0](https://github.com/webpack-contrib/sass-loader/compare/v4.0.0...v3.2.2) (2016-06-27) | ||
|
||
### Bug Fixes | ||
|
||
* Fix incorrect source map paths [#250](https://github.com/webpack-contrib/sass-loader/pull/250) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* Release new major version because the previous release was a breaking change in certain scenarios | ||
See: https://github.com/webpack-contrib/sass-loader/pull/250#issuecomment-228663059 | ||
|
||
|
||
<a name="3.2.2"></a> | ||
# [3.2.2](https://github.com/webpack-contrib/sass-loader/compare/v3.2.2...v3.2.1) (2016-06-26) | ||
|
||
### Bug Fixes | ||
|
||
* Fix incorrect source map paths [#250](https://github.com/webpack-contrib/sass-loader/pull/250) | ||
|
||
|
||
<a name="3.2.1"></a> | ||
# [3.2.1](https://github.com/webpack-contrib/sass-loader/compare/v3.2.1...v3.2.0) (2016-06-19) | ||
|
||
### Bug Fixes | ||
|
||
* Add `webpack@^2.1.0-beta` as peer dependency [#233](https://github.com/webpack-contrib/sass-loader/pull/233) | ||
|
||
|
||
<a name="3.2.0"></a> | ||
# [3.2.0](https://github.com/webpack-contrib/sass-loader/compare/v3.2.0...v3.1.2) (2016-03-12) | ||
|
||
### Features | ||
|
||
* Append file content instead of overwriting when `data`-option is already present [#216](https://github.com/webpack-contrib/sass-loader/pull/216) | ||
* Make `indentedSyntax` option a bit smarter [#196](https://github.com/webpack-contrib/sass-loader/pull/196) | ||
|
||
|
||
<a name="3.1.2"></a> | ||
# [3.1.2](https://github.com/webpack-contrib/sass-loader/compare/v3.1.2...v3.1.1) (2015-11-22) | ||
|
||
### Bug Fixes | ||
|
||
* Fix loader query not overriding webpack config [#189](https://github.com/webpack-contrib/sass-loader/pull/189) | ||
* Update peer-dependencies [#182](https://github.com/webpack-contrib/sass-loader/pull/182) | ||
- `node-sass^3.4.2` | ||
- `webpack^1.12.6` | ||
|
||
|
||
<a name="3.1.1"></a> | ||
# [3.1.1](https://github.com/webpack-contrib/sass-loader/compare/v3.1.1...v3.1.0) (2015-10-26) | ||
|
||
### Bug Fixes | ||
|
||
* Fix missing module `object-assign` [#178](https://github.com/webpack-contrib/sass-loader/issues/178) | ||
|
||
|
||
<a name="3.1.0"></a> | ||
# [3.1.0](https://github.com/webpack-contrib/sass-loader/compare/v3.1.0...v3.0.0) (2015-10-25) | ||
|
||
### Bug Fixes | ||
|
||
* Fix a problem where modules with a `.` in their names were not resolved [#167](https://github.com/webpack-contrib/sass-loader/issues/167) | ||
|
||
|
||
### Features | ||
|
||
* Add possibility to also define all options in your `webpack.config.js` [#152](https://github.com/webpack-contrib/sass-loader/pull/152) [#170](https://github.com/webpack-contrib/sass-loader/pull/170) | ||
|
||
|
||
<a name="3.0.0"></a> | ||
# [3.0.0](https://github.com/webpack-contrib/sass-loader/compare/v3.0.0...v2.0.1) (2015-09-29) | ||
|
||
### Bug Fixes | ||
|
||
* Fix crash when Sass reported an error without `file` [#158](https://github.com/webpack-contrib/sass-loader/pull/158) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* Add `node-sass@^3.3.3` and `webpack@^1.12.2` as peer-dependency [#165](https://github.com/webpack-contrib/sass-loader/pull/165) [#166](https://github.com/webpack-contrib/sass-loader/pull/166) [#169](https://github.com/webpack-contrib/sass-loader/pull/169) | ||
|
||
|
||
<a name="2.0.1"></a> | ||
# [2.0.1](https://github.com/webpack-contrib/sass-loader/compare/v2.0.1...v2.0.0) (2015-08-14) | ||
|
||
### Bug Fixes | ||
|
||
* Add missing path normalization (fixes [#141](https://github.com/webpack-contrib/sass-loader/pull/141)) | ||
|
||
|
||
<a name="2.0.0"></a> | ||
# [2.0.0](https://github.com/webpack-contrib/sass-loader/compare/v2.0.0...v1.0.4) (2015-08-06) | ||
|
||
### Bug Fixes | ||
|
||
* Add temporary fix for stuck processes (see [sass/node-sass#857](https://github.com/sass/node-sass/issues/857)) [#100](https://github.com/webpack-contrib/sass-loader/issues/100) [#119](https://github.com/webpack-contrib/sass-loader/issues/119) [#132](https://github.com/webpack-contrib/sass-loader/pull/132) | ||
* Fix path resolving on Windows [#108](https://github.com/webpack-contrib/sass-loader/issues/108) | ||
* Fix file watchers on Windows [#102](https://github.com/webpack-contrib/sass-loader/issues/102) | ||
* Fix file watchers for files with errors [#134](https://github.com/webpack-contrib/sass-loader/pull/134) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* Refactor [import resolving algorithm](https://github.com/webpack-contrib/sass-loader/blob/089c52dc9bd02ec67fb5c65c2c226f43710f231c/index.js#L293-L348). ([#138](https://github.com/webpack-contrib/sass-loader/issues/138)) ([c8621a1](https://github.com/webpack-contrib/sass-loader/commit/80944ccf09cd9716a100160c068d255c5d742338)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* 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](https://github.com/webpack-contrib/sass-loader/issues/135) [#138](https://github.com/webpack-contrib/sass-loader/issues/138) | ||
|
||
|
||
<a name="1.0.4"></a> | ||
# [1.0.4](https://github.com/webpack-contrib/sass-loader/compare/v1.0.4...v1.0.3) (2015-08-03) | ||
|
||
### Bug Fixes | ||
|
||
* Fix wrong source-map urls [#123](https://github.com/webpack-contrib/sass-loader/pull/123) | ||
* Include source-map contents by default [#104](https://github.com/webpack-contrib/sass-loader/pull/104) | ||
|
||
|
||
<a name="1.0.3"></a> | ||
# [1.0.3](https://github.com/webpack-contrib/sass-loader/compare/v1.0.3...v1.0.2) (2015-07-22) | ||
|
||
### Bug Fixes | ||
|
||
* Fix importing css files from scss/sass [#101](https://github.com/webpack-contrib/sass-loader/issues/101) | ||
* Fix importing Sass partials from includePath [#98](https://github.com/webpack-contrib/sass-loader/issues/98) [#110](https://github.com/webpack-contrib/sass-loader/issues/110) | ||
|
||
|
||
<a name="1.0.2"></a> | ||
# [1.0.2](https://github.com/webpack-contrib/sass-loader/compare/v1.0.2...v1.0.1) (2015-04-15) | ||
|
||
### Bug Fixes | ||
|
||
* Fix a bug where files could not be imported across language styles [#73](https://github.com/webpack-contrib/sass-loader/issues/73) | ||
* Update peer-dependency `node-sass` to `3.1.0` | ||
|
||
|
||
<a name="1.0.1"></a> | ||
# [1.0.1](https://github.com/webpack-contrib/sass-loader/compare/v1.0.1...v1.0.0) (2015-03-31) | ||
|
||
### Bug Fixes | ||
|
||
* Fix Sass partials not being resolved anymore [#68](https://github.com/webpack-contrib/sass-loader/issues/68) | ||
* Update peer-dependency `node-sass` to `3.0.0-beta.4` | ||
|
||
|
||
<a name="1.0.0"></a> | ||
# [1.0.0](https://github.com/webpack-contrib/sass-loader/compare/v1.0.0...v0.3.1) (2015-03-22) | ||
|
||
### Bug Fixes | ||
|
||
* Moved `node-sass^3.0.0-alpha.0` to `peerDependencies` [#28](https://github.com/webpack-contrib/sass-loader/issues/28) | ||
* Using webpack's module resolver as custom importer [#39](https://github.com/webpack-contrib/sass-loader/issues/31) | ||
* Add synchronous compilation support for usage with [enhanced-require](https://github.com/webpack/enhanced-require) [#39](https://github.com/webpack-contrib/sass-loader/pull/39) | ||
|