Skip to content

Releases: webpack-contrib/imports-loader

v5.0.0

16 Jan 14:49
Compare
Choose a tag to compare

5.0.0 (2024-01-16)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#188) (44163ca)

v4.0.1

12 Aug 16:58
Compare
Choose a tag to compare

4.0.1 (2022-08-12)

Bug Fixes

v4.0.0

17 May 14:26
Compare
Choose a tag to compare

4.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

v3.1.1

01 Nov 16:29
Compare
Choose a tag to compare

3.1.1 (2021-11-01)

Bug Fixes

v3.1.0

22 Oct 11:07
Compare
Choose a tag to compare

3.1.0 (2021-10-22)

Features

  • output links and descriptions on errors (#110) (b86cb8b)

v3.0.1

21 Oct 14:47
Compare
Choose a tag to compare

3.0.1 (2021-10-21)

Bug Fixes

v3.0.0

18 May 17:22
Compare
Choose a tag to compare

3.0.0 (2021-05-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

v2.0.0

01 Feb 11:55
Compare
Choose a tag to compare

2.0.0 (2021-02-01)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5
  • inline syntax was changed: [] is no longer supported (i.e. imports-loader?imports[]=default|jquery|$&imports[]=angular!./example.js), please use , comma separator (i.e. imports-loader?imports=default|jquery|$,angular!./example.js)

v1.2.0

07 Oct 10:59
Compare
Choose a tag to compare

1.2.0 (2020-10-07)

Features

  • add custom parameter names for wrapper args (#86) (4314ecd)

v1.1.0

24 Jun 16:43
afc1998
Compare
Choose a tag to compare

1.1.0 (2020-06-24)

Features

  • "|" character can be used as delimiter for inline string syntax (00697de)