Releases: lukeed/webpack-format-messages
Releases · lukeed/webpack-format-messages
v3.0.0
Compare
Sorry, something went wrong.
No results found
lukeed
released this
21 Jul 23:27
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
Compare
Sorry, something went wrong.
No results found
lukeed
released this
21 Jul 07:01
v2.0.2
Compare
Sorry, something went wrong.
No results found
lukeed
released this
10 Jul 17:03
Patches
Swapped from ansi-colors to kleur (same API): e6a3cc6
v2.0.1
Compare
Sorry, something went wrong.
No results found
lukeed
released this
15 May 16:24
Chores
Code style: partial require statement: b45dd7b
v2.0.0
Compare
Sorry, something went wrong.
No results found
lukeed
released this
15 May 16:24
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
Compare
Sorry, something went wrong.
No results found
lukeed
released this
10 Mar 20:18
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
Compare
Sorry, something went wrong.
No results found
lukeed
released this
23 Aug 18:02
Patches
Export formatMessage publicly: ee14074
Add "Related" section to README: 84ee8e3