v0.5.0
Breaking Change
#2 Proposed that stats output colors in the console should be on by default, as this was expected behavior for the webpack ecosystem, despite webpack's own default setting having colors turned off. Commit bfa757a introduced an algorithm whereby colors are enabled if:
colors
is not defined in anystats
configuration, orstats
is not an object
The same commit also introduced excluding node_modules
in stats
output in the same manner under the same conditions.