Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

42 lines (28 loc) · 1.18 KB

Changelog

All Notable changes to phpbreaker will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

2.1.0 - 2017-10-20

Added

  • Added OutOfBoundsException derived from \OutOfBoundsException.
  • Added InvalidArgumentException derived from \InvalidArgumentsException.
  • Added BadMethodCallException derived from \BadMethodCallException.

2.0.2 - 2017-09-21

Changed

  • Translated library documentation from portuguese to english.

2.0.1 - 2017-09-21

Added

  • Added unit test to validate StackInfo class.
  • Added 'solis-foundation' as package dependency to create error and debug entries in ExceptionTrait.

Removed

  • Removed unused classes contained in 'Helpful' namespace.

2.0.0 - 2017-09-20

Added

  • Moved TInfo's methods to a new class AbstractDataContainer.
  • Added ExceptionTrait to easily shared methods between exception derived classes.
  • Added unit test to validate RuntimeException class.
  • Added RuntimeException derived from \RuntimeException.

Removed

  • Refactored 'exceptions component' removing TException and TInfo classes.

1.0.0 - 2017-08-05

Added

  • Package initial stable release.