Releases: open-southeners/extended-php
Releases · open-southeners/extended-php
0.10.0
Added
- PHPUnit 10 support
- Tests for Laravel 10
Changed
- Types to native PHP (when possible)
0.9.0
Added
- PHP 8.2 support
0.8.1
0.8.0
Changed
- Enum functions now are namespaced as
OpenSoutheners\LaravelHelpers\Enums
instead ofOpenSoutheners\LaravelHelpers
has_case
enum function now throws exception when value is not an enum
Added
- Enum functions:
enum_is_backed
,get_enum_class
,enum_to_array
,enum_values
0.7.0
0.6.1
0.6.0
Small fix release
Fixed
is_model
returns deprecation notice when sendingnull
value
Get email domain helper added and minor changes
Added
get_email_domain
string helper to get the domain part of an email adress
Changed
- Make
instance_from
fail-safe
Nested methods in `call` and minor fixes / clean up
Added
- Way to nest methods in
call
helper
Fixed
- Minor fixes to model and class functions