Releases: yousifalraheem/rollup-plugin-summary
Releases · yousifalraheem/rollup-plugin-summary
v3.0.0
3.0.0 (2024-11-02)
Features
BREAKING CHANGES
- drop support for rollup v2 and node prior to v20
v2.0.1
2.0.1 (2024-05-30)
Bug Fixes
v2.0.0
2.0.0 (2022-11-13)
Features
- removed License badge from readme (ddcb338)
BREAKING CHANGES
- Triggering a new major release to support rollup 3
v1.4.3
1.4.3 (2022-05-12)
Bug Fixes
- fix the rollup build issue causing all dependencies to be bundled (6ef7e73)
v1.4.2
1.4.2 (2022-05-12)
Bug Fixes
- fixes a bug causing the warning values to be incorrectly calculated (a034abf)
v1.4.1
1.4.1 (2022-05-12)
Bug Fixes
- added the ignored typings folder (bfb3edc)
- better messaging referring to what is being built (b524ff3)
- fix linting issues and upgrade husky (e591a95)
v1.4.0
1.4.0 (2022-03-29)
Features
- bump dependencies versions (9ebdddc)
- bump minimal required node version to 14 (e82c4dd)
v1.3.0
1.3.0 (2021-03-29)
Bug Fixes
- fixes unit test failing in node 12 due nullish coalescing usage (cb52abc)
Features
- adds options to hide brotli, minified and/or gzipped sizes (8720132), closes #29
v1.2.3
1.2.3 (2020-09-25)
Bug Fixes
- fix an issue causing the summary to be generated multiple times (497eb34), closes #12
v1.2.2
1.2.2 (2020-09-25)
Bug Fixes
- fixes an issue causing the total to accumulate from previous builds (8133012), closes #12