feat(schema-manager): Add Schema Management module and expose it in public API; update README to mark Phase 3 complete and move priorities to Phase 4

This commit is contained in:
2025-11-29 18:42:50 +00:00
parent d39abaf6c6
commit 1510803c92
8 changed files with 1901 additions and 7 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-11-29 - 3.1.0 - feat(schema-manager)
Add Schema Management module and expose it in public API; update README to mark Phase 3 complete and move priorities to Phase 4
- Add ts/domain/schema/index.ts to export SchemaManager and related types
- Re-export SchemaManager and schema types from top-level ts/index.ts so schema APIs are part of the public surface
- Update README hints: mark Phase 3 Advanced Features complete (Transaction Support and Schema Management), add schema/transaction example references, and update Next Priorities to Phase 4 (Comprehensive Test Suite, Migration Guide, README Update)
## 2025-11-29 - 3.0.0 - BREAKING CHANGE(core)
Refactor to v3: introduce modular core/domain architecture, plugin system, observability and strict TypeScript configuration; remove legacy classes