multi_editor_core 0.1.0
multi_editor_core: ^0.1.0 copied to clipboard
Core domain layer for MultiEditor - a multi-file code editor. Provides entities, value objects, repositories, and domain services following Clean Architecture and DDD principles.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-01-08 #
Added #
- Initial release
- Domain layer with Clean Architecture and DDD principles
- Core entities:
FileDocument,FileTreeNode,FileMetadata - Value objects with validation and immutability
- Repository interfaces for data access abstraction
- Domain services for file operations
- Type-safe sealed classes using Freezed
- JSON serialization support