All notable changes to this project will be documented in this file. Dates are displayed in UTC.
10 July 2021
- Update dev deps
- Remove husky
- Specify exports = default in rollup config
- Add 2.0.x tests, remove 1.0.x tests
19 December 2020
- [BREAKING] Limit does not affect summary (unless
filterSummary === true
) - [DEV] Update dev dependencies (standard, husky)
- [DEV] Fix standard style issue
- [DOCS] Add FAQ to readme
- [DOCS] Add TOC to readme
8 July 2020
- Add
filterSummary
option (#19 && #20) - Fix
origSize
,bundleOrigSize
, andbundleReduction
(was apparently borked) - Remove Rollup 0.60.0 from tests
- Fix incorrect key names in
analysisObject
docs - Clarify
filter
usage - Update dev deps
13 May 2020
- Add TS declarations
- Update lockfile
1 November 2019
- Hack: Coalesce bundleMods
- Update dev deps
12 September 2019
- Explicitly add
.default
property toplugin
in CJS output - Because my previous unbreaking change broke things
- Clarify import and require usage in README
12 September 2019
- [SHOULD NOT BE BREAKING] Correct export signature in module.js
- This, while an API change, should not be a breaking change
- Previously the export signature when used as a module was a bit effed
- This should fix that
- To my knowledge and in my tests that should not break things
- Update yarn lockfile using latest Rollup version
- Correct path to latest Rollup version under scripts
- Remove
changelog
script (manually maintain changelog, tis better this way) - Add
engines
to package.json, Node >= 8 - Update dev dependencies (mvt, husky, standard)
- Fix some standard style issues
14 July 2019
- Update dependencies
- Fix some standardjs issues
- Use mvt for testing instead of AVA
7 July 2019
- Don't combine bar graph with id in summary
6 July 2019
- Add bar graphs to formatted output
- Add
summaryOnly
option
1 June 2019
- Update dependencies
5 January 2019
- Add default export (fixes #6), warn on rollup < 1.0.0
#6
- Remove support for rollup < 1.0.0, support 1.0.0
506d93f
- Implement transformModuleId option
a173a43
- Update Node versions to test in CI, drop 6
ee60a38
11 July 2018
- Let onAnalysis and formatted coexist, addresses #2
0bdc851
- Don't swallows errors, as noted in #1
07f5c9a
- Add test to ensure plugin isn't adding overhead
513bd8b
- Add CONTRIBUTING.md
77ed765
- Test that callback is only invoked once, failing
8c6ac14
- Bump to 2.1.0
3fa544f
3 July 2018
- Update multi-out tests, failing, skipped
8813ec7
- Handle bundles with multiple outputs, 2.0.4
12512c9
- Test with experimentalCodeSplitting enabled as well
fc54b1b
- Fix module name in examples
dafa44e
9 June 2018
- Add showExports option, expose exports in analysis
2be9c1c
- Some cleanup and formatting tweaks
e40789e
- Add module count to formatted output
e880a9d
- Fix redundant imports in CI example
a5328de
- Include module count in example output
86b0d55
9 June 2018
- Add ability to filter with callback, 2.0.2
4a5f535
8 June 2018
- Use updated example output
9795af7
8 June 2018
- 2.0.0
#5
- Beef up test fixtures
8e5d30f
- Epic commit, 97% moar awesomer
ee6a7dd
- Update from rollup-analyzer to rollup-plugin-analyzer
675dcdc
- Rework analysis object API
6f98a0b
- Add overall code reduction metrics
2023900
- Formatting tweaks
de2252a
- Ensure we don't fallback if renderedLength === 0
7dc5b4e
- Clamp percentages
9dbbc79
- Set root default again
e0262a1
7 June 2018
- Switch to yarn with multiple rollup versions to test
3cd30cc
- Update deps, add failing test for tree shaking
9d26c38
- Tests against many rollup versions >= 0.40.x
b52c793
- Start working on 2.0.0
46c03cb
- Reflect treeshaking, only in plugin currently
1ddf5f7
- Rework test file structure
2767bfc
- Import from two files in test
73e524b
- Start updating API in readme
6c78820
- Integrate plugin, add related (failing) test
9b9c2ca
- Bundle with each test
4f9f437
- Test that it works after bundle generated
eed1240
- Update locked rollup to 0.60.0
96b1cde
- Fix node 6 compatibility
286b8b3
- Ensure formatted string is as expected in test
746db48
- Add travis config
160859e
- Tweak test title
0acd1e3
- Fix travis urls
46b5bc5
- Add travis badge
cfda8b7
21 October 2017
- Add tests, fix filter bugs, 1.1.0
db98ac3
19 August 2017