@teqfw/di 2.5.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.6.0 - 2026-06-07 - Parser relocation and contract clarification
4
+
5
+ * Moved the parser component from the legacy `Def/` path to `src/Parser.mjs` and aligned the related unit test layout with the component structure.
6
+ * Removed the internal `ExportSelector` duplicate and kept the runtime orchestration behind a dedicated internal coordinator.
7
+ * Clarified and documented the CDC contract so the canonical `__default` form and shorthand lifecycle forms remain supported together.
8
+ * Updated the code and context documentation to separate public API, contract-internal modules, and component layout more explicitly.
9
+ * Updated package version metadata to `2.6.0`.
10
+
11
+ ## 2.5.1 - 2026-04-12 - Documentation refresh and dependency fix
12
+
13
+ * Fixed named-only `__deps__` resolution in the container and updated the related tests.
14
+ * Rewrote the README and refreshed the `ai/` agent documentation for the current release line.
15
+ * Updated package version metadata to `2.5.1`.
16
+
3
17
  ## 2.5.0 - 2026-04-04 - Parser and documentation refinement
4
18
 
5
19
  * Clarified JSDoc typing and module headers to align with TeqFW specifications.