# [5.1.0](https://github.com/peerigon/extract-loader/compare/v5.0.1...v5.1.0) (2020-05-26)


### Features

* unique placeholders for each match ([#83](https://github.com/peerigon/extract-loader/issues/83)) ([5e61f0c](https://github.com/peerigon/extract-loader/commit/5e61f0c345763d18d3f1be3622cabc86dac8077d))

# Change Log

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.

<a name="3.2.0"></a>
# [3.2.0](https://github.com/peerigon/extract-loader/compare/v5.0.1...v3.2.0) (2020-05-26)


### Features

* unique placeholders for each match ([#83](https://github.com/peerigon/extract-loader/issues/83)) ([5e61f0c](https://github.com/peerigon/extract-loader/commit/5e61f0c))



<a name="3.1.0"></a>
# [3.1.0](https://github.com/peerigon/extract-loader/compare/v3.0.0...v3.1.0) (2018-11-26)


### Features

* Accept function as publicPath option ([#51](https://github.com/peerigon/extract-loader/issues/51)) ([678933e](https://github.com/peerigon/extract-loader/commit/678933e))



<a name="3.0.0"></a>
# [3.0.0](https://github.com/peerigon/extract-loader/compare/v2.0.1...v3.0.0) (2018-08-31)


### Features

* Add source map support ([#43](https://github.com/peerigon/extract-loader/issues/43)) ([8f56c2f](https://github.com/peerigon/extract-loader/commit/8f56c2f)), closes [#1](https://github.com/peerigon/extract-loader/issues/1)
* Enable deep evaluation of dependency graph ([#42](https://github.com/peerigon/extract-loader/issues/42)) ([c5aff66](https://github.com/peerigon/extract-loader/commit/c5aff66))


### BREAKING CHANGES

* Although the change is not breaking according to our tests, we assume that there could be problems in certain projects.



<a name="2.0.1"></a>
## [2.0.1](https://github.com/peerigon/extract-loader/compare/v2.0.0...v2.0.1) (2018-03-20)

Re-Release, because v2.0.0 was missing the `lib/extractLoader.js` file [#37](https://github.com/peerigon/extract-loader/issues/37)

### Bug Fixes
*   Update package.json `engines` field to properly state Node.js 6+ support

<a name="2.0.0"></a>

# [2.0.0](https://github.com/peerigon/extract-loader/compare/v1.0.2...v2.0.0) (2018-03-19)

### Features

*   Add support for webpack 4 ([77f1a670eea87a7adea05cf66a4d54b2995be0e6](https://github.com/peerigon/extract-loader/commit/77f1a670eea87a7adea05cf66a4d54b2995be0e6))

### Bug Fixes

*   TypeError require(...) is not a function ([050f189](https://github.com/peerigon/extract-loader/commit/050f189))

### BREAKING CHANGES

*   extract-loader does now officially only support node >= 6. No guarantee for older node versions.

<a name="1.0.2"></a>

## [1.0.2](https://github.com/peerigon/extract-loader/compare/v1.0.1...v1.0.2) (2018-01-11)

<a name="1.0.1"></a>

## [1.0.1](https://github.com/peerigon/extract-loader/compare/v1.0.0...v1.0.1) (2017-08-19)

### Bug Fixes

*   Fix problems with aliased paths ([f5a1946a7b54ef962e5af56aaf29d318efaabf66](https://github.com/peerigon/extract-loader/commit/f5a1946a7b54ef962e5af56aaf29d318efaabf66))

<a name="1.0.0"></a>

# [1.0.0](https://github.com/peerigon/extract-loader/compare/v0.1.0...v1.0.0) (2017-05-24)
