Skip to content

Releases: SandroMiguel/php-throw

v1.1.0

30 Mar 16:46
c4fd6a2
Compare
Choose a tag to compare

1.1.0 (2024-03-30)

Features

  • ThrowInvalidArgumentException: rename ifNegative method to ifZeroOrNegative for clarity (96725c4)

v1.0.1

30 Mar 16:08
d0bc09f
Compare
Choose a tag to compare

1.0.1 (2024-03-30)

Bug Fixes

  • BaseExceptionTrait.php: fix create() (c660b08)
  • ThrowInvalidArgumentException.php: fix ifNegative method to handle the case when value is 0 (ed58ab5)

v1.0.0

28 Mar 16:23
6437e74
Compare
Choose a tag to compare

1.0.0 (2024-03-28)

Features

  • initial commit (d26d202)
  • ThrowInvalidArgumentException.php: add ifNegativeWithValue() (825bcbd)