Skip to content

Releases: webpack/eslint-webpack-plugin

v3.1.1

11 Nov 14:28

Choose a tag to compare

3.1.1 (2021-11-11)

Bug Fixes

v3.1.0

27 Oct 11:57

Choose a tag to compare

3.1.0 (2021-10-27)

Features

v3.0.1

20 Jul 17:03

Choose a tag to compare

3.0.1 (2021-07-20)

Bug Fixes

  • crash with ERR_REQUIRE_ESM error (26b4db3)

v3.0.0

19 Jul 16:04

Choose a tag to compare

⚠ BREAKING CHANGES

v2.5.4

19 Apr 17:24

Choose a tag to compare

2.5.4 (2021-04-19)

Bug Fixes

  • context with symbols (#94) (6fc6874)
  • resolve paths and normalize (#97) (818b825)
  • use finishModules if thread is less than or equal one (#95) (c12e7be)

v2.5.3

24 Mar 16:47

Choose a tag to compare

2.5.3 (2021-03-24)

Bug Fixes

  • allow multiple instances (#92) (0cdd621)
  • match hidden directories for path exclusions (#87) (bb8750c)

v2.5.2

18 Feb 15:28

Choose a tag to compare

2.5.2 (2021-02-18)

Bug Fixes

  • fail-on-error: show eslint errors when failOnError is disabled (#85) (69be533)

v2.5.1

12 Feb 21:16

Choose a tag to compare

2.5.1 (2021-02-12)

Bug Fixes

v2.5.0

04 Feb 22:04

Choose a tag to compare

2.5.0 (2021-02-04)

Refactor

  • Updates to emitError and emitWarning

Setting only emitError to true will no longer exclusively print files with errors
and disregard the files with warnings. Similarly, setting only emitWarning to true
will no longer exclusively print files with warnings disregard the files with errors.

  • fix: use quiet to override emitError and emitWarning
  • quiet is essentially syntactic sugar for setting emitError to true
    and emitWarning to false

Bug Fixes

v2.4.3

19 Jan 13:54

Choose a tag to compare

2.4.3 (2021-01-19)

Bug Fixes