You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Validator::anyOf() for mixed-type validation
- Add Validator::allOf() for multiple constraint validation
- Add Validator::not() for exclusion logic
- Enhanced mixed-type array validation support
- Comprehensive test suite with 19 new tests (76 total)
- Complete API documentation and examples
- Updated project documentation and roadmap
Copy file name to clipboardExpand all lines: IDEAS.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,38 @@
2
2
3
3
This document captures innovative ideas and suggestions for potential future enhancements to the Lemmon Validator library. These concepts represent opportunities for expanding the library's capabilities beyond the current roadmap.
4
4
5
+
## ✅ Recently Implemented
6
+
7
+
### Static Logical Combinators (v0.4.0)
8
+
**Status**: ✅ **IMPLEMENTED**
9
+
**Concept**: Static factory methods for advanced validation logic.
Copy file name to clipboardExpand all lines: ROADMAP.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,15 @@
2
2
3
3
This roadmap outlines the strategic development plan for future releases, prioritizing features that deliver maximum value to the PHP validation ecosystem.
0 commit comments