Skip to content

Releases: peerigon/extract-loader

v5.1.0

26 May 07:01
Compare
Choose a tag to compare

5.1.0 (2020-05-26)

Features

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

v5.0.1

06 Mar 09:03
Compare
Choose a tag to compare

5.0.1 (2020-03-06)

Bug Fixes

v5.0.0

05 Mar 12:56
Compare
Choose a tag to compare

5.0.0 (2020-03-05)

Features

  • Add support for ECMAScript modules (#69) (6034f23)

BREAKING CHANGES

  • The extract-loader now uses Babel to transpile the bundle code for the current Node version. This is required in order to support the new file-loader which produces ECMAScript modules. This should not be a breaking change but since Babel is also known to be kind of brittle in regards of configuration we cannot guarantee that there might be unknown/unwanted side-effects in your project setup.

v4.0.3

29 Jan 09:01
Compare
Choose a tag to compare

4.0.3 (2020-01-29)

Bug Fixes

  • explicit build before release since prePublishOnly does not run (83299e9)

v4.0.2

29 Jan 08:27
Compare
Choose a tag to compare

4.0.2 (2020-01-29)

Bug Fixes

  • adjust release action to fix build step (9216425)

v4.0.1

28 Jan 07:55
Compare
Choose a tag to compare

4.0.1 (2020-01-28)

Bug Fixes

  • handling resource paths with query parameters (b4b2c0a)

v4.0.0

27 Jan 16:00
Compare
Choose a tag to compare

4.0.0 (2020-01-27)

chore

BREAKING CHANGES

  • remove node v6 support

v3.1.0

26 Nov 12:21
c82150a
Compare
Choose a tag to compare

Features

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

v3.0.0

31 Aug 16:07
fb7139a
Compare
Choose a tag to compare

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.

v2.0.1

20 Mar 10:54
Compare
Choose a tag to compare

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