Releases: adobe/sizewatcher
Releases · adobe/sizewatcher
1.4.1
Fixes:
Dependency updates:
- fix(deps): update dependency tmp to v0.2.4 [security] by @renovate[bot] in #123
- fix(deps): update dependency debug to v4.4.3 by @renovate[bot] in #128
- fix(deps): update dependency js-yaml to v4.1.1 [security] by @renovate[bot] in #133
- chore(renovate): ignore whatwg-url from package.json overrides by @alexkli in #130
- chore(deps): update dependency mocha to v11.7.5 by @renovate[bot] in #134
Full Changelog: v1.4.0...v1.4.1
1.4.0
Major changes:
- #106 Require at least node 18. Was 12 before. Node 18 is last version we can make work with being a CommonJS module.
Fixes:
- #108 #113 Git comparator reporting incorrect deltas. now count files in checkout instead of .git folder for consistent sizes
- #112 Node-modules: replace broken cost-of-modules with howfat for better largest modules reporting
- #97 Fix node version 20+ test failures
Improvements:
1.3.0
v1.2.1
Important bug fixes.
Fixes:
v1.2.0
Improvements:
- #41 Support project structures where package.json is in subdirectory. Introduces the
dirconfig on comparators.
Fixes:
v1.1.0
New Comparators:
- #14 npm package size
Improvements:
-
#32 Improved PR comment that can be collapsed as whole, shows the summary result and is collapsed by default if the result is ok.
-
#33 Support
scriptoption in custom comparator. This allows to run build steps in case the output of those needs to be measured. Thepathoption now also supports glob patterns. -
#31 Change default limits to make them less aggressive:
- fail:
100% - warn:
30% - ok:
-10%(same)
- fail:
-
#39 Detect if comparing the same branch and exit gracefully.