Releases: flancer32/teq-cms
Releases · flancer32/teq-cms
External DI Configuration Support
[0.5.4] - 2025-11-25
- Added external DI configuration support (
teqcms.config.mjs/teqcms.config.jsand"teqcms.configure"inpackage.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.
Fixed project root detection to traverse parent directories
[0.5.3] - 2025-08-13
- Fixed project root detection to traverse parent directories when searching for
node_modules.
Implemented auto-continue for long LLM translations.
[0.5.2] - 2025-07-04
- Implemented auto-continue for long LLM translations.
- Fixed ESLint issues.
0.5.1 - Fix web command static handler
What's Changed
- Fix web command static handler by @flancer64 in #22
- Release 0.5.1 by @flancer64 in #23
Full Changelog: 0.5.0...0.5.1
[0.5.0] - 2025-06-26 - Web Server CLI & Static Handler Fixes
[0.5.0] - 2025-06-26
- Added CLI command to run TeqCMS as a web server.
- Fixed static handler initialization and updated dependencies.
0.4.0 - Add baseUrl config
What's Changed
- Add baseUrl config and canonical URL updates by @flancer64 in #18
- Release v0.4.0 by @flancer64 in #20
Full Changelog: 0.3.0...0.4.0
Add canonical links with schemeless URLs
What's Changed
- Refactor adapter routing into helpers by @flancer64 in #14
- Fix template resolution to ignore directories by @flancer64 in #15
- Add canonical links with schemeless URLs by @flancer64 in #16
- Release v0.3.0 by @flancer64 in #17
Full Changelog: 0.2.0...0.3.0
Centralize web server configuration
What's Changed
- Centralize web server configuration by @flancer64 in #11
- Remove env usage from config, update env example by @flancer64 in #12
- Prepare v0.2.0 release by @flancer64 in #13
Full Changelog: 0.1.0...0.2.0