CHANGELOG.md
2.54 KB
Changelog
Tags:
- [Breaking Change]
- [New Feature]
- [Improvement]
- [Bug Fix]
- [Internal]
- [Documentation]
Note: Gaps between patch versions are faulty, broken or test releases.
2.3.0
-
Improvement
- Add
analyzerHostoption (@freaz)
- Add
-
Internal
- Update deps
2.2.3
-
Bug Fix
- Support bundles that uses
Array.concatexpression in modules definition (@valscion)
- Support bundles that uses
2.2.1
-
Bug Fix
- Fix regression in analyzing stats files with non-empty
childrenproperty (@gbakernet)
- Fix regression in analyzing stats files with non-empty
2.2.0
-
Improvement
- Improve treemap sharpness on hi-res displays (fixes #33)
- Add support for stats files with all the information under
childrenproperty (fixes #10)
-
Internal
- Update deps
2.1.1
-
Improvement
- Add support for
output.jsonpFunctionwebpack config option (fixes [#16])
- Add support for
2.1.0
-
New Feature
- Add
logLeveloption (closes [#19])
- Add
2.0.1
-
Bug Fix
- Support query in bundle filenames (fixes [#22])
-
Internal
- Minimize CSS for report UI
2.0.0
-
New Feature
- Analyzer now also shows gzipped sizes (closes [#6])
- Added switcher that allows to choose what sizes will be used to generate tree map. Just move your mouse to the left corner of the browser and settings sidebar will appear.
-
Bug Fix
- Properly show sizes for some asset modules (e.g. CSS files loaded with
css-loader)
- Properly show sizes for some asset modules (e.g. CSS files loaded with
-
Internal
- Completely rewritten analyzer UI. Now uses Preact and Webpack 2.
1.5.4
-
Bug Fix
- Fix bug when Webpack build is being controlled by some wrapper like
grunt-webpack(see [#21])
- Fix bug when Webpack build is being controlled by some wrapper like
1.5.3
-
Bug Fix
- Workaround
Expressbug that caused wrongejsversion to be used as view engine (fixes [#17])
- Workaround
1.5.2
-
Bug Fix
- Support array module descriptors that can be generated if
DedupePluginis used (fixes [#4])
- Support array module descriptors that can be generated if
1.5.1
-
Internal
- Plug analyzer to Webpack compiler
doneevent instead ofemit. Should fix [#15].
- Plug analyzer to Webpack compiler
1.5.0
-
New Feature
- Add
statsOptionsoption forBundleAnalyzerPlugin
- Add
1.4.2
-
Bug Fix
- Fix "Unable to find bundle asset" error when bundle name starts with
/(fixes [#3])
- Fix "Unable to find bundle asset" error when bundle name starts with
1.4.1
-
Bug Fix
- Add partial support for
DedupePlugin(see [#4] for more info)
- Add partial support for
1.4.0
-
New Feature
- Add "static report" mode (closes [#2])
1.3.0
-
Improvement
- Add
startAnalyzeroption forBundleAnalyzerPlugin(fixes [#1])
- Add
-
Internal
- Make module much slimmer - remove/replace bloated dependencies
1.2.5
- Initial public release