Releases: GeorgII-web/php-typed-values
Releases · GeorgII-web/php-typed-values
v1.3.0
Added new DateTime types.
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Remove final from classes to allow making users aliases.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Added a DateTime time.
Full Changelog: 1.0.0...v1.1.0
v1.0.0
Add unit tests for `Assert` class methods - Introduced tests for `greaterThanEq`, `lessThanEq`, and `integerish` methods. - Validated exception throwing with default and custom messages. - Ensured correct behavior for valid inputs across scenarios.