Releases: TheDevMinerTV/package-size-calculator
Releases · TheDevMinerTV/package-size-calculator
The accuracy update - v1.4.0
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
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)
More complicated constraints now work
<package>@<version>
now also works - The Docker image download progress is now shown as text (#30)
- The estimated statistics output has been altered to match what e18e community members suggested (#31)
- Fixed a off-by-one error during subdependencies calculation (#32)
New Contributors
- @SuperchupuDev made their first contribution with #25
Full Changelog: v1.2.3...v1.3.0
v1.2.3
What's Changed
-
Fixed that the traffic estimation prints bad output (#21)
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)
Dependency replacement 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
What's Changed
- The stats now also show the difference in subdependencies (#18)
Dependency replacement mode
Version diff mode
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
What's Changed
- Added a short output mode to make posting to Twitter easier (#14)
Version comparison mode
Dependency replacement mode - Subdependencies count will now be shown in the reports (#15)
- The percentage of downloads of a package's version will now be shown (#16)
- The traffic stats scaled to 100% of all downloads for a package will now be shown (#16)
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- You can how see the size difference of two package versions (#9)
Full Changelog: v1.0.5...v1.1.0
v1.0.5
v1.0.4
What's changed
Full Changelog: v1.0.3...v1.0.4