Skip to content

v2.3.0

Latest

Choose a tag to compare

@flancer64 flancer64 released this 16 Sep 16:52

Highlights

  • Add cfg:sort to order valid dotenv files by TeqFW configuration namespace and parameter, with check and dry-run modes.
  • Start the npm teq symlink from node:test workers on Node.js releases where import.meta.main is false.
  • Recommend the {NS}_Plugin_Lifecycle$ name and Plugin/Lifecycle.mjs path for new CLI lifecycle components.
  • Recommend function-form DI factories as the canonical implementation for new CLI lifecycle plugins; class-form components remain supported.
  • Fail fast with migration guidance when a package declares retired teqfw.fw.cli.lifecycle metadata.
  • Align ambient type declarations with the ESM validator and resolve Node.js dependencies directly through DI constructor injection.