All Versions
7
Latest Version
Avg Release Cycle
59 days
Latest Release
1923 days ago

Changelog History

  • v1.3.0 Changes

    January 19, 2019

    ๐Ÿ‘ With v1.3, SMP adds correct support for the minimization config option in webpack

  • v1.2.0 Changes

    March 27, 2018

    ๐Ÿ‘ With v1.2, SMP fully supports webpack 1, 2, 3, and 4.

  • v1.1.0 Changes

    March 27, 2018

    ๐Ÿ”Œ Introduces explicit support for Neutrino, by placing "speed-measure-webpack-plugin/neutrino" in your preset list

  • v1.0.0 Changes

    February 22, 2018

    ๐Ÿ”Œ 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 Changes

    February 06, 2018

    ๐Ÿ‘Œ 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 Changes

    February 03, 2018

    0๏ธโƒฃ A minor breaking change, changing the default output from "json" to "human"

    And a shiny new README + logo

  • v0.1.0 Changes

    February 01, 2018

    ๐Ÿ”Œ With v0.1.0, the Speed Measure Plugin should be fine to tie into production codebases