Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha

## [Unreleased]

## [0.1.2] - 2026-04-15

### Changed

- changed the Go version to `1.26.2` and updated all module dependencies
Expand All @@ -30,12 +32,12 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha

### Added

- added clone and reset capabilities for deep copy and state management
- added Configuration Management for applying default values and settings
- added Factory System for dynamic builder creation and management
- added modular Builder Pattern with extensible base builder
- added Tag System for metadata support
- added Validation Framework with built-in error accumulation
- added clone and reset capabilities for deep copy and state management
- added modular Builder Pattern with extensible base builder

### Changed

Expand Down
Loading