NPM Build Utilities Changelog
All notable changes to this project will be documented in this file after/on
each release.
The format is based on Keep a Changelog,
and this project adheres to
Semantic Versioning, i.e.:
Given a version number MAJOR
.MINOR
.PATCH
, increment the:
MAJOR
version when you make incompatible changes
MINOR
version when you add backwards-compatible functionality
PATCH
version when you make backwards-compatible bug fixes
0.1.3 — 2025-06-19
Quick fix for better ts compiling.
Added
- Option to Stage.Compiler args (ts.tidyGlobs) to delete unneeded ts files after
compile (e.g., type-only files)
Fixed
- Added deprecated heading to template release notes file
0.1.2 — 2025-06-11
Fixed
- Reverted jest peerDependencies version to match dependency
0.1.1 — 2025-06-11
Added
- Release stage args now have a commit prop for filtering commit paths
Changed
- Stage_Compiler.scss() now forces an instance of
NodePackageImporter
into the
config
Fixed
- Bug in git commit in release stage if dist is in gitignore
- Compiler methods are now bound to this in the constructor
0.1.0 — 2025-06-11
External testing complete, upgrading to release.
Changed
- Release notes template updated
- Version updating in demo package.json files improved
Fixed
- Updated versions of brace-expansion in dependencies to 4.0.0
0.1.0-alpha.1 — 2025-06-11
Moved & Renamed
- Moved ProjectConfig class to 04-project folder; earlier references now use new
Config.Class interface
Added
- Class interface to Config namespace — this types the class methods
- Default interface to Config namespace — export shape used when writing new
config files
- isObjectEmpty() internal function
Fixed
- Fixed default config file output (wrong var, so config did not convert to
json)
- Now updating dependency versions in demos on releasing build
- Improved additional new-config questions in CLI
0.1.0-alpha — 2025-06-09
First release, everything is new!
Classes
- AbstractStage
- BuildStage
- CompileStage
- DocumentStage
- PackageStage
- ReleaseStage
- SnapshotStage
- TestStage
- FileSystem (and namespace)
- Project
- ProjectConfig
Internal
- AbstractError (and namespace)
- ProjectError
- SemVer (and namespace)
- Stage_Compiler
- Stage_Console
- StageError
- UnknownCaughtError
Functions
- catchOrReturn
- defaultConfig
- parseParamsCLI (and namespace)
Internal
- errorHandler
- errorStringify
- getConfig
- getDefaultStageClass
- getPackageJson
- internalConfig
- isConfigValid
- logError (and namespace)
- writeLog (and namespace)
Types
- Config (and namespace)
- Stage (and namespace)
- CLI namespace
Internal
- FileSystemType (and namespace)
- Logger (and namespace)