@teqfw/di 2.7.0 → 2.8.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,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.8.0 - 2026-07-31 - Registry and Agent Skill publication
4
+
5
+ * Added an architecture-level catalog for temporary public compatibility commitments, including the review date and removal condition for the deprecated Namespace Registry import.
6
+
7
+ * Restored `/di/src/Config/NamespaceRegistry.mjs` as a deprecated compatibility re-export; new integrations must use `/di/node/registry/namespace`.
8
+
9
+ * Converted the published AI interface into the versioned `skills/teqfw-di` Agent Skill, added its manifest declaration and structural contract test, and documented host-owned manual mounting without installation-time mutation.
10
+
11
+ * Introduced the array-only canonical `teqfw.fw.di.namespaces` schema with support for multiple namespace mappings per package. `teqfw.namespaces` remains a temporary fallback through 2027-01-28, while the unused singular `teqfw.fw.di.namespace` schema was removed.
12
+
13
+ * Added the public composition-stage PackageRegistry runtime package graph and refactored NamespaceRegistry to consume it. Package metadata interpretation for application providers remains outside DI.
14
+
15
+ * Replaced the former CDC terminology in source comments, internal variable names, diagnostics, parser errors, and tests with `Dependency Specifier`, without changing identifier syntax or public method behavior.
16
+ * Retained `DepId` and its `origin` field as compatibility-level implementation names.
17
+ * Updated package version metadata to `2.8.0`.
18
+
3
19
  ## 2.7.0 - 2026-07-10 - As-is injection fix and coverage expansion
4
20
 
5
21
  * Fixed the bug that prevented injecting classes as-is, including named exports resolved without factory wrapping.