Releases: alessioalex/get-folder-size
Releases · alessioalex/get-folder-size
5.0.0
-
Adds typescript definitions.
-
No longer returns unsafe numbers. Sizes that are above the safe threshold for numbers will be capped at the largest safe number.
-
Bumps minimum node support to version 18.
-
Internal improvements to speed, RAM usage, and code size.
4.0.0
-
Fixes a bug where files with certain ino IDs could collide and be treated as a single file even though there were more than one (#21). If you use a custom fs
module that doesn't support BigInts, this will break your setup.
-
Adds support for returning the folder size as a BigInt.
-
Minor improvements to code quality and tooling.
3.1.0
The package now follows best practices for its exports. This should not have any effect on already working installs, but it should mean better compatibility with a variety of new use-cases.
3.0.1
Adds documentation on how to import this package from a CommonJS module.
3.0.0
Completely redesigns the API to use ES6 promises and bumps minimum node support to version 14.