Skip to content

Releases: SebKay/noticeable

v2.2.0

Choose a tag to compare

@SebKay SebKay released this 01 Dec 12:56
a7985e4
  • 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

Choose a tag to compare

@SebKay SebKay released this 27 Nov 12:21
  • Fixed errors when trying to get notice when it hasn't been set.
  • Fixed composer phpunit script not running tests properly.

v2.0.0

Choose a tag to compare

@SebKay SebKay released this 09 Sep 15:58
75a8dbe

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

Choose a tag to compare

@SebKay SebKay released this 08 Sep 15:41
4323d25

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

Choose a tag to compare

@SebKay SebKay released this 24 Jun 16:56
6f0dfcc

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

v1.0.0

Choose a tag to compare

@SebKay SebKay released this 18 Jun 15:53
Merge branch 'main' of https://github.com/SebKay/php-notice into main