Releases: SebKay/noticeable
Releases · SebKay/noticeable
v2.2.0
01 Dec 12:56
Compare
Sorry, something went wrong.
No results found
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
27 Nov 12:21
Compare
Sorry, something went wrong.
No results found
Fixed errors when trying to get notice when it hasn't been set.
Fixed composer phpunit script not running tests properly.
v2.0.0
09 Sep 15:58
Compare
Sorry, something went wrong.
No results found
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
08 Sep 15:41
Compare
Sorry, something went wrong.
No results found
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
24 Jun 16:56
Compare
Sorry, something went wrong.
No results found
The package has been renamed from sebkay/php-notice to sebkay/noticeable.
v1.0.0
18 Jun 15:53
Compare
Sorry, something went wrong.
No results found
Merge branch 'main' of https://github.com/SebKay/php-notice into main