Skip to content

Releases: SebKay/noticeable

v2.2.0

01 Dec 12:56
a7985e4

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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
75a8dbe

Choose a tag to compare

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
4323d25

Choose a tag to compare

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
6f0dfcc

Choose a tag to compare

The package has been renamed from sebkay/php-notice to sebkay/noticeable.

v1.0.0

18 Jun 15:53

Choose a tag to compare

Merge branch 'main' of https://github.com/SebKay/php-notice into main