Skip to content

Releases: open-southeners/extended-php

0.10.0

17 Feb 12:53
df7652c
Compare
Choose a tag to compare

Added

  • PHPUnit 10 support
  • Tests for Laravel 10

Changed

  • Types to native PHP (when possible)

0.9.0

13 Dec 12:36
ea06099
Compare
Choose a tag to compare

Added

  • PHP 8.2 support

0.8.1

21 Jul 08:26
a0cfd9f
Compare
Choose a tag to compare

Removed

  • class_exists function, using PHP's instead (was an anti-pattern function)

0.8.0

20 Jul 18:50
d76376e
Compare
Choose a tag to compare

Changed

  • Enum functions now are namespaced as OpenSoutheners\LaravelHelpers\Enums instead of OpenSoutheners\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

19 Jul 13:17
fb18450
Compare
Choose a tag to compare

Changed

  • Models\instance_from now takes 2 more parameters (with relationships & enforce, which prevents lazyLoading when false)

0.6.1

15 Jul 20:32
8fbdc8f
Compare
Choose a tag to compare

Fixed

  • Missing autoload-dev, tests were autoloaded with the released version (ouch!)

0.6.0

11 Jul 18:29
d28884c
Compare
Choose a tag to compare

Removed

  • Drop support for PHP 7.4
  • Unused dependency laravel/helpers

Small fix release

21 Jun 16:08
66ce758
Compare
Choose a tag to compare

Fixed

  • is_model returns deprecation notice when sending null value

Get email domain helper added and minor changes

06 Apr 17:02
3aa4f63
Compare
Choose a tag to compare

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

05 Apr 22:38
cdf5d51
Compare
Choose a tag to compare

Added

  • Way to nest methods in call helper

Fixed

  • Minor fixes to model and class functions