Skip to content

Releases: lukeed/webpack-format-messages

v3.0.0

21 Jul 23:27
Compare
Choose a tag to compare

Breaking

  • Define exports map for native ESM support: 6ec9e23
    This is a potentially breaking change for Node 13.0 - 13.7 users. You should upgrade!

  • Update kleur version: d3843bd
    This version of kleur also supports native ESM - see above for potential breaking change.

Features

  • Include TypeScript definitions: 091ec29

Patches

Chores

v2.0.3

21 Jul 07:01
Compare
Choose a tag to compare

Chores

v2.0.2

10 Jul 17:03
Compare
Choose a tag to compare

Patches

  • Swapped from ansi-colors to kleur (same API): e6a3cc6

v2.0.1

15 May 16:24
Compare
Choose a tag to compare

Chores

  • Code style: partial require statement: b45dd7b

v2.0.0

15 May 16:24
Compare
Choose a tag to compare

Major Changes

  • Update Node minimum runtime to >= 6: 3f65094
    This is because of ansi-colors requirement, plus it's time to move on~!

Patches

  • Replace clorox with ansi-colors: 190a080

v1.0.2

10 Mar 20:18
Compare
Choose a tag to compare

Patches

  • Replaced chalk with clorox (#3) : 820d618

    Webpack is no longer requiring chalk directly, so making the switch saves us from installing 6 extra dependencies.

    Thanks @Rich-Harris 🎉

v1.0.1

23 Aug 18:02
Compare
Choose a tag to compare

Patches

  • Export formatMessage publicly: ee14074
  • Add "Related" section to README: 84ee8e3