Skip to content

Releases: SetBased/php-exception

2.6.0

09 Jun 03:15
5292f4c
Compare
Choose a tag to compare

Support for PHP 8.3 and 8.4 only.

2.5.0

07 Jun 05:10
eb6e8bf
Compare
Choose a tag to compare
  • Drop PHP 8.2.
  • Support PHP 8.4.

2.4.0

04 Feb 14:22
Compare
Choose a tag to compare
  • Upgrade to PHP 8.2 and higher.

2.3.0

25 Jan 13:19
Compare
Choose a tag to compare
  • Upgrade to PHP 8.1 and higher.
  • Use GitHub actions.

2.2.0

14 Jan 07:02
Compare
Choose a tag to compare
  • Drop support for PHP 7.3 and PHP 8.x ready.

2.1.2

10 Apr 10:14
Compare
Choose a tag to compare
  • FallenException must be a LogicException.

2.1.1

02 Apr 07:43
Compare
Choose a tag to compare
  • Housekeeping changes only.

2.1.0

02 Apr 01:41
Compare
Choose a tag to compare
  • Updated dependencies:
    • require PHP >= 7.3.0
    • require phpunit ^9.0

2.0.1

03 Dec 13:38
Compare
Choose a tag to compare
  • Wrong parameters for Exception([string $message [, long $code [, Throwable $previous = NULL]]]).

2.0.0

08 Nov 13:36
Compare
Choose a tag to compare
  • PHP 7.1+.
  • Use type hinting.
  • Updated dependencies.