Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

24 lines (12 loc) · 1.08 KB

Changelog

1.1.0 (2024-03-30)

Features

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

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)

1.0.0 (2024-03-28)

Features

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