Releases: stephencookdev/speed-measure-webpack-plugin
v1.5
v1.4
With this release, SMP has official support for Webpack v5, as well as new option loaderTopFiles
v1.3
With v1.3, SMP adds correct support for the minimization
config option in webpack
v1.2 - webpack 4
With v1.2, SMP fully supports webpack 1, 2, 3, and 4.
v1.1
Introduces explicit support for Neutrino, by placing "speed-measure-webpack-plugin/neutrino"
in your preset list
v1 release 🎉
The breaking change is the change to the API, described in the migrating guide.
- Simplify API away from
.wrapPlugins
(see the migrating guide) - Add explicit support for webpack v1/v2
- Add
chalk
as a dependency for more terminal colour support - Add an experimental
granularLoaderData
option, to give per-loader timing data - Changed licence from ISL to MIT (both are very similar, but MIT slightly wider known)
v0.3.0
Improve the default output to be more readable, largely reducing noise
Also changes outputTarget
and outputFormat
to accept functions, in order to allow further customisation of this output
v0.2.1
A minor breaking change, changing the default output from "json" to "human"
And a shiny new README + logo
Production ready
With v0.1.0, the Speed Measure Plugin should be fine to tie into production codebases