Skip to content

Latest commit

 

History

History
86 lines (41 loc) · 3.13 KB

CHANGELOG.md

File metadata and controls

86 lines (41 loc) · 3.13 KB

5.1.0 (2020-05-26)

Features

  • unique placeholders for each match (#83) (5e61f0c)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.2.0 (2020-05-26)

Features

  • unique placeholders for each match (#83) (5e61f0c)

3.1.0 (2018-11-26)

Features

  • Accept function as publicPath option (#51) (678933e)

3.0.0 (2018-08-31)

Features

  • Add source map support (#43) (8f56c2f), closes #1
  • Enable deep evaluation of dependency graph (#42) (c5aff66)

BREAKING CHANGES

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

2.0.1 (2018-03-20)

Re-Release, because v2.0.0 was missing the lib/extractLoader.js file #37

Bug Fixes

  • Update package.json engines field to properly state Node.js 6+ support

2.0.0 (2018-03-19)

Features

Bug Fixes

  • TypeError require(...) is not a function (050f189)

BREAKING CHANGES

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

1.0.2 (2018-01-11)

1.0.1 (2017-08-19)

Bug Fixes

1.0.0 (2017-05-24)