Skip to content

Releases: lukeed/webpack-messages

v2.0.3

30 Aug 17:28
Compare
Choose a tag to compare

Patches

  • Replace compilation with compile event for Webpack 4.x (#4): 633f3c5

    Thanks to @mattvagni~! 🎉

v2.0.2

13 Aug 19:23
Compare
Choose a tag to compare

Patches

  • Remove Tapable.plugin is deprecated message (#3): 01dd479
    Thanks @mkleywegt~!

  • Support Webpack 3.x & 4.x APIs simultaneously: 01dd479

v2.0.1

21 Jul 07:02
Compare
Choose a tag to compare

Chores

v2.0.0

15 May 16:29
Compare
Choose a tag to compare

Major Changes

  • Update Node minimum runtime to >= 6: dd03444
    This is because of ansi-colors & webpack-format-messages. Plus it's time to move on~!

Chores

  • Replace chalk with ansi-colors: 2938f32
  • Update webpack-format-messages for shared deps: 9d5ca9a

v1.0.1

15 Aug 16:37
Compare
Choose a tag to compare

Patches

  • Switch from compilation event to compile for onStart trigger: 2f4fc49
    • Some plugins were initializing new compilations, which re-triggered the onStart callback