NPM Build Utilities @ 0.2.0-alpha.1
    Preparing search index...

    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

    Quick fix.

    • Added logLevelBase param to AbstractStage.runCustomDirCopySubStage() and AbstractStage.runCustomScssDirSubStage() methods

    Added PostCSS support (enabled by default) and better uncaught error handling.

    • SemVer.regex converted to static and public
    • PostCSS processing enabled by default in Stage_Compiler.scss, Stage.Args.Compile, and AbstractStage.runCustomScssDirSubStage()
    • Added verbatimModuleSyntax: true to base tsconfig
    • Uncaught error handling - with uncaughtErrorListener() methods in Project (static) and Stage (local) classes
    • PostCSS support in Stage.Compiler, AbstractStage, and CompileStage (enabled by default)
    • verbatimModuleSyntax: true to base tsconfig
    • Stage_Compiler.getTsConfig() method
    • Stage_Compiler.getTsConfigOutDir() method
    • Stage_Compiler.typescript() optional param: errorIfNotFound
    • Stage_Compiler.getTsConfigPaths() static method (this logic was previously in CompileStage.typescript())
    • Stage_Compiler.postCssConfig() static method
    • TestStage.tsConfigTidyPaths() method for default Stage.Args.Test.js.tidy
    • Bugs in AbstractStage.runCustomDirCopySubStage() and AbstractStage.runCustomScssDirSubStage():
      • Deletion was left in dry-run mode
      • Notice output level for fs.delete calls
    • Rare bug resulting in uncaught error while constructing a SemVer while running build as a sub-stage
    • Updated dependency versions

    Quick update to facilitate common custom sub-stage types and test typescript config file compatibility.

    • AbstractStage.runCustomDirCopySubStage() - experimental
    • AbstractStage.runCustomScssDirSubStage() - experimental
    • Improved exports schema in package.json for explicit types paths

    Quick fix for better ts compiling.

    • Option to Stage.Compiler args (ts.tidyGlobs) to delete unneeded ts files after compile (e.g., type-only files)
    • Added deprecated heading to template release notes file
    • Reverted jest peerDependencies version to match dependency
    • Release stage args now have a commit prop for filtering commit paths
    • Stage_Compiler.scss() now forces an instance of NodePackageImporter into the config
    • Bug in git commit in release stage if dist is in gitignore
    • Compiler methods are now bound to this in the constructor

    External testing complete, upgrading to release.

    • Release notes template updated
    • Version updating in demo package.json files improved
    • Updated versions of brace-expansion in dependencies to 4.0.0
    • Moved ProjectConfig class to 04-project folder; earlier references now use new Config.Class interface
    • 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 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

    First release, everything is new!

    • AbstractStage
    • BuildStage
    • CompileStage
    • DocumentStage
    • PackageStage
    • ReleaseStage
    • SnapshotStage
    • TestStage
    • FileSystem (and namespace)
    • Project
    • ProjectConfig
    • AbstractError (and namespace)
    • ProjectError
    • SemVer (and namespace)
    • Stage_Compiler
    • Stage_Console
    • StageError
    • UnknownCaughtError
    • catchOrReturn
    • defaultConfig
    • parseParamsCLI (and namespace)
    • errorHandler
    • errorStringify
    • getConfig
    • getDefaultStageClass
    • getPackageJson
    • internalConfig
    • isConfigValid
    • logError (and namespace)
    • writeLog (and namespace)
    • Config (and namespace)
    • Stage (and namespace)
    • CLI namespace
    • FileSystemType (and namespace)
    • Logger (and namespace)