Skip to content

Releases: flancer32/teq-cms

External DI Configuration Support

25 Nov 04:12

Choose a tag to compare

[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.

Fixed project root detection to traverse parent directories

25 Nov 04:06
407878b

Choose a tag to compare

[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.

04 Jul 05:25

Choose a tag to compare

[0.5.2] - 2025-07-04

  • Implemented auto-continue for long LLM translations.
  • Fixed ESLint issues.

0.5.1 - Fix web command static handler

26 Jun 17:31

Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

[0.5.0] - 2025-06-26 - Web Server CLI & Static Handler Fixes

26 Jun 10:35

Choose a tag to compare

[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

18 Jun 08:48

Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.0

Add canonical links with schemeless URLs

18 Jun 07:14
729b7ae

Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

Centralize web server configuration

17 Jun 07:09
f2c19ef

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.0

Initial

17 Jun 03:55

Choose a tag to compare

[0.1.0] - 2025-06-17

  • Initial release