Releases: schmittjoh/php-option
Releases · schmittjoh/php-option
1.9.3
What's Changed
- PHP 8.4 support by @GrahamCampbell in #75
- Allow
int
andnull
as possible types for$key
inOption::fromArraysValue
by @niconoe- in #74
New Contributors
Full Changelog: 1.9.2...1.9.3
1.9.2
PHP 8.3 support
1.9.1
Update README.md
1.9.0
Drop PHP versions less than 7.2.5 and support PHP 8.2 (#68)
1.8.1
Removed old CI hack for PHP 8.1
1.8.0
Drop support for PHP 5 and add support for PHP 8.1 (#59)
1.7.5
- Widen fromArraysValue input type
1.7.4
- Use static closures internally
1.7.3
- Added support for PHP 8.0
1.7.2
- Improved template type annotations