Skip to content

Releases: TheDevMinerTV/package-size-calculator

The accuracy update - v1.4.0

20 Jul 22:23
13aa98f
Compare
Choose a tag to compare

What's Changed

  • We're now using npm install to resolve the package modifications, which increases accuracy because this respects deduplication rules, etc. (#34)
    Please consider all previous versions to be inaccurate and their reports to be incorrect.
  • The NPM cache used by the containers is now shared and reused (#35). This speeds up install times by ~2x or even higher when removing lots of dependencies.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

18 Jul 20:51
9d1821a
Compare
Choose a tag to compare

What's Changed

  • The Docker image download now shows the correct Node version being downloaded (v22) (#25, thanks @SuperchupuDev)
  • Support for other constraints during "Added dependencies" prompt has been improved (#29)
    image
    More complicated constraints now work
    image
    <package>@<version> now also works
  • The Docker image download progress is now shown as text (#30)
    image
  • The estimated statistics output has been altered to match what e18e community members suggested (#31)
    image
  • Fixed a off-by-one error during subdependencies calculation (#32)

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3

17 Jul 22:34
c9d180e
Compare
Choose a tag to compare

What's Changed

  • Fixed that the traffic estimation prints bad output (#21)
    image
    before

  • Fixed a off-by-1 bug in subdependencies counting (#22)

  • Fixed that unknown download counts result in 0 downloads being shown, now they show as N/A (#23)
    image
    Dependency replacement mode

    image
    Version diff mode

  • Fixed that no change in subdependencies count shows up in red (#24)

  • Fixed that there was white, unstyled text in gray parenthesis (#23)

Full Changelog: v1.2.2...v1.2.3

v1.2.2

16 Jul 20:54
c3764b6
Compare
Choose a tag to compare

What's Changed

  • The stats now also show the difference in subdependencies (#18)
    Screenshot_20240716_225141
    Dependency replacement mode
    Screenshot_20240716_225014
    Version diff mode

Full Changelog: v1.2.1...v1.2.2

v1.2.1

16 Jul 20:21
022b8df
Compare
Choose a tag to compare

What's Changed

  • npm installs are now parallelized (#17)

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Jul 19:42
91822cd
Compare
Choose a tag to compare

What's Changed

  • Added a short output mode to make posting to Twitter easier (#14)
    Screenshot_20240716_203256
    Version comparison mode
    Screenshot_20240716_203336
    Dependency replacement mode
  • Subdependencies count will now be shown in the reports (#15)
    Screenshot_20240716_210217
  • The percentage of downloads of a package's version will now be shown (#16)
    Screenshot_20240716_212138
  • The traffic stats scaled to 100% of all downloads for a package will now be shown (#16)
    Screenshot_20240716_213440

Full Changelog: v1.1.0...v1.2.0

v1.1.0

10 Jul 20:27
92ff742
Compare
Choose a tag to compare

What's Changed

  • You can how see the size difference of two package versions (#9)
    image

Full Changelog: v1.0.5...v1.1.0

v1.0.5

09 Jul 12:38
06865bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

04 Jul 20:25
Compare
Choose a tag to compare

What's changed

  • The last label has been fixed to indicate that this is over a week of downloads:
    image

Full Changelog: v1.0.3...v1.0.4

v1.0.3

04 Jul 20:09
Compare
Choose a tag to compare

What changed

  • Report formatting

Full Changelog: v1.0.2...v1.0.3