Skip to content

Releases: GeorgII-web/php-typed-values

v1.5.1

26 Nov 22:47
c53df4f

Choose a tag to compare

What's Changed

  • Add IntTiny type for TINYINT range validation with tests and alias … by @GeorgII-web in #4

Full Changelog: v1.5.0...v1.5.1

v1.5.0

26 Nov 22:46
06e9a5b

Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

v1.4.1

26 Nov 21:54
835a88f

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

26 Nov 21:00
bb2ba13

Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

24 Nov 23:00

Choose a tag to compare

Full Changelog: v1.3.0...v1.3.1

v1.3.0

23 Nov 22:55

Choose a tag to compare

Added new DateTime types.
Full Changelog: v1.2.0...v1.3.0

v1.2.0

23 Nov 21:58

Choose a tag to compare

Remove final from classes to allow making users aliases.
Full Changelog: v1.1.0...v1.2.0

v1.1.0

23 Nov 21:49

Choose a tag to compare

Added a DateTime time.
Full Changelog: 1.0.0...v1.1.0

v1.0.0

19 Nov 20:26

Choose a tag to compare

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.