Skip to content

External DI Configuration Support

Latest

Choose a tag to compare

@flancer64 flancer64 released this 25 Nov 04:12

[0.5.4] - 2025-11-25

  • Added external DI configuration support (teqcms.config.mjs / teqcms.config.js and "teqcms.configure" in package.json).
  • Refactored CLI composition root (bin/teq-cms.mjs): unified namespace setup, Replace preprocessor pipeline, engine selection, safe dynamic imports, and strict root detection.
  • Introduced project context structure (ctx/) with ADSM documentation.
  • Cleaned up extra directories during npm publication in GitHub Actions.
  • Improved project root detection by traversing parent directories when searching for node_modules.