Releases: lukeed/webpack-format-messages
Releases · lukeed/webpack-format-messages
v3.0.0
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.2
Patches
- Swapped from
ansi-colors
to kleur
(same API): e6a3cc6
v2.0.1
Chores
- Code style: partial
require
statement: b45dd7b
v2.0.0
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
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
Patches
- Export
formatMessage
publicly: ee14074
- Add "Related" section to
README
: 84ee8e3