Skip to content

0.1.0

Compare
Choose a tag to compare
@neneaX neneaX released this 31 Jan 14:51
· 10 commits to master since this release
  • 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