Releases: SebKay/noticeable
Releases · SebKay/noticeable
v2.2.0
- Added new Composer scripts for running tests and validating code.
- Refined test names.
- Refined responsibilities of which tests/classes should handle which logic.
v2.1.0
- Fixed errors when trying to get notice when it hasn't been set.
- Fixed
composer phpunit
script not running tests properly.
v2.0.0
Major release which includes breaking changes:
- No more arrays for the notice content as there's now as new
\Noticeable\NoticeContent
value object for that.
info
is now a valid notice type.
v1.2.0
This release includes unit tests for the main functionality of the package.
Exceptions are now thrown if the keys message
and type
aren't set in the passed array argument when using \Noticeable\Notice::set();
.
v1.1.0
The package has been renamed from sebkay/php-notice to sebkay/noticeable.
v1.0.0
Merge branch 'main' of https://github.com/SebKay/php-notice into main