Bug Fix
General
project-wide build process failure with latest release
Bug Fix
Npmiso
regression - dependency injectin into auto-generated minimal package.json file is not working as intended
Bug Fix
Cleanup
when a build fails, remaining buids 'done' events are skipped as intended but are processed after final stats console output
Bug Fix
Cleanup
distribution output files still getting deleted by separate builds ran in parallel
Bug Fix
Npmiso
regression - readme and changelog file are no longer copied to npmiso release directory by default
Feature
Cache
add initial implementation of nodejs compile cache introduced in v22 lts, testing phase to start
Feature
General
drop all redundant code and convert to equivavalents in shared packages - remove exec, schema, logger, and message modues
Refactoring
Plugins
add new 'onApplyTask' function to task-type plugin base, overrding onApply' direct;ly by parent class has scoping flaws
Refactoring
Log
add shared logging of build options and compiler options in 'hookstart' function, when the hook is running in the compilation.processAssets stages
Refactoring
Logging
replace logging module with equivalent in shared log-utils package
Refactoring
Schemaq
change schema upload to be executed at compiler 'done' stage as opposed to active compilation stage
Refactoring
General
replace utils.exec
and rc configuration processing modules with equivalents from shared exec-utils and app-utils packages