Skip to content

Releases: xqddd/Notifications

0.2.2

12 Jul 20:15
Compare
Choose a tag to compare
  • Added support for building a Notification with null context (it doesn't throw an Exception anymore)

0.2.1

17 Mar 14:35
Compare
Choose a tag to compare
  • Removed Exception catching on building Notification attributes (because it was creating several problems):
    • Label
    • Message
    • Type
    • Context

0.2.0

17 Mar 11:43
Compare
Choose a tag to compare
  • Added Presentable as a package
  • Added a Notification Hub used for logging
  • Fixed several issues

0.1.0

31 Jan 14:51
Compare
Choose a tag to compare
  • Redesigned the Notification class
  • Redesigned the NotificationCollection class
  • Added Classes for Notification attributes
  • Added support for PSR-3 list of logger interface levels
  • Created a class that extends Notification class, for each logger level:
    • Emergency
    • Critical
    • Alert
    • Error
    • Warning
    • Notice
    • Info
    • Debug
  • Created a Notification factory
  • Created a Notification Factory facade: Notif
  • Created a Presentable Interface for methods:
    • toString
    • toArray
    • toOutput
    • toJson
  • Created a Presentable Trait for basic implementations of toOutput and toJson methods