Skip to content

Zesk Build release v0.43.0

Copyright © 2026 Market Acumen, Inc.

Documentation Updates

documentationBuild was too slow; we are caching documentation effectively using bin/build/documentation files so changing documentation generation was updated to improve speed. Added mapFunction to avoid issues with mapEnvironment and to simplify template generation.

Added:

Deprecated:

  • documentationTemplateFileCompile
  • documentationTemplateDirectoryCompile
  • documentationBuild

Other updates

  • Previous version: v0.42.5
  • Added mapFunction - Convert tokens in input to values (source)
  • Added muzzle identical template # IDENTICAL muzzle n
  • Added --slow slowMilliseconds to timing and timingReport to output timing information only if it is slower than the specified slowMilliseconds.
  • Documentation /release/ index file generation was broken, now fixed.
  • decorate box --width auto did not support stdin but now does
  • markdownRemoveUnfinishedSections now keeps SEE:token variables
  • identicalCheck --repair now added a new macro __NAME__ which is __BASE__ without an extension.
  • Made bashDocumentationDeriveSee and bashDocumentationDeriveFunction part of documentation system
  • Fixing doc caching issue
  • Adding timing debugging to see why test overhead is so high, removed double cleanup after tests
  • Ignore .index files which were showing up in deprecated runs
  • returnMessage cleaned up and made smaller
  • bashCoverage added bashCoverageEnabled and fixed issue when unsetting BUILD_HOME