All Notable changes to phpbreaker will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Added OutOfBoundsException derived from \OutOfBoundsException.
- Added InvalidArgumentException derived from \InvalidArgumentsException.
- Added BadMethodCallException derived from \BadMethodCallException.
- Translated library documentation from portuguese to english.
- Added unit test to validate StackInfo class.
- Added 'solis-foundation' as package dependency to create error and debug entries in ExceptionTrait.
- Removed unused classes contained in 'Helpful' namespace.
- 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.
- Refactored 'exceptions component' removing TException and TInfo classes.
- Package initial stable release.