版本发布 8
## 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**: https://github.com/TheDevMinerTV/package-size-calculator/compare/v1.3.0...v1.4.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)  <small>More complicated constraints now work</small>  <small>`<package>@<version>` now also works</small> * 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**: https://github.com/TheDevMinerTV/package-size-calculator/compare/v1.2.3...v1.3.0
## What's Changed * Fixed that the traffic estimation prints bad output (#21)  <small>before</small> * 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)  <small>Dependency replacement mode</small>  <small>Version diff mode</small> * 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**: https://github.com/TheDevMinerTV/package-size-calculator/compare/v1.2.2...v1.2.3
## What's Changed * Fixed that the traffic estimation prints bad output (#21)  <small>before</small> * 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)  <small>Dependency replacement mode</small>  <small>Version diff mode</small> * 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**: https://github.com/TheDevMinerTV/package-size-calculator/compare/v1.2.2...v1.2.3
## What's Changed * The stats now also show the difference in subdependencies (#18)  <small>Dependency replacement mode</small>  <small>Version diff mode</small> **Full Changelog**: https://github.com/TheDevMinerTV/package-size-calculator/compare/v1.2.1...v1.2.2
## What's Changed * `npm install`s are now parallelized (#17) **Full Changelog**: https://github.com/TheDevMinerTV/package-size-calculator/compare/v1.2.0...v1.2.1
## What's Changed * Added a short output mode to make posting to Twitter easier (#14)  <small>Version comparison mode</small>  <small>Dependency replacement mode</small> * 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**: https://github.com/TheDevMinerTV/package-size-calculator/compare/v1.1.0...v1.2.0
## What's Changed * You can how see the size difference of two package versions (#9)  **Full Changelog**: https://github.com/TheDevMinerTV/package-size-calculator/compare/v1.0.5...v1.1.0