Skip to content

Releases: yousifalraheem/rollup-plugin-summary

v3.0.0

02 Nov 11:44
Compare
Choose a tag to compare

3.0.0 (2024-11-02)

Features

BREAKING CHANGES

  • drop support for rollup v2 and node prior to v20

v2.0.1

30 May 08:18
273e879
Compare
Choose a tag to compare

2.0.1 (2024-05-30)

Bug Fixes

v2.0.0

13 Nov 20:13
25409cb
Compare
Choose a tag to compare

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

12 May 08:42
12910ec
Compare
Choose a tag to compare

1.4.3 (2022-05-12)

Bug Fixes

  • fix the rollup build issue causing all dependencies to be bundled (6ef7e73)

v1.4.2

12 May 08:28
160c4b9
Compare
Choose a tag to compare

1.4.2 (2022-05-12)

Bug Fixes

  • fixes a bug causing the warning values to be incorrectly calculated (a034abf)

v1.4.1

12 May 08:02
cf7f86a
Compare
Choose a tag to compare

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

29 Mar 12:51
440cd02
Compare
Choose a tag to compare

1.4.0 (2022-03-29)

Features

  • bump dependencies versions (9ebdddc)
  • bump minimal required node version to 14 (e82c4dd)

v1.3.0

29 Mar 21:20
a6e4804
Compare
Choose a tag to compare

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

25 Sep 04:33
50785dc
Compare
Choose a tag to compare

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

25 Sep 02:32
34376d2
Compare
Choose a tag to compare

1.2.2 (2020-09-25)

Bug Fixes

  • fixes an issue causing the total to accumulate from previous builds (8133012), closes #12