Skip to content

Commit 44a8754

Browse files
committed
release: v0.5.0 - Type-Aware Transformation System
Major Features: - Type-aware transformation system with transform() and pipe() - Enhanced numeric coercion (empty strings → 0/0.0) - Array filtering with auto-reindexing - Dynamic type context switching - 27 new tests (103 total, 250 assertions) This release establishes the foundation for extensible data transformations while maintaining our 'Extensibility Over Reinvention' philosophy.
1 parent 6f7de87 commit 44a8754

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.5.0] - 2024-12-19
8+
79
### Added
810
- **Enhanced Numeric Coercion**: `IntValidator` and `FloatValidator` now coerce empty strings to 0/0.0 respectively
911
- Addresses real-world HTML form scenarios where empty fields are common

0 commit comments

Comments
 (0)