📦 Collection Handling, Immutability & Structural Upgrades
This major release introduces comprehensive enhancements around collections, immutability, and validation. It includes several new features, internal improvements, and updated documentation.
✨ New Features
-
Collection Support
Introduced initial implementation ofCollection
handling for DTOs, enabling structured and iterable data grouping. -
Traverse Methods
Added utility methods to traverse and interact with collections more effectively. -
Immutability
Enforced immutability principles across collections to prevent unintended side effects.
🛠 Improvements
-
Structural Refactoring
Improved the internal structure, including enhancements toclock
handling andtranslation
consistency. -
String Format & Validation
Expanded support for various string formats and introduced validation tests to improve data integrity.
📚 Documentation
- Updated the user guide to reflect all new changes and usage examples for collections and formats.