All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.3.0 - 2017-04-11
- Changed licensing from GPL 2.0+ to MIT. See LICENSE file.
0.2.5 - 2016-06-08
- Remove
beberlei/assert
and all assertions until a better replacement has been found.
0.2.4 - 2016-04-05
- Update Composer dependencies.
0.2.3 - 2016-03-22
- Switch
beberlei/assert
back to official branch. Issue #138 has been fixed with v2.5.
0.2.2 - 2016-03-04
- Switch
beberlei/assert
to own fork until #138 has been fixed.
0.2.1 - 2016-03-04
- Added
AssertionFailedException
to be used with theAssert\Assertion
class. - Adapted unit tests.
0.2.0 - 2016-02-18
- Removed constructor from
ModuleExceptionTrait
. It was causing conflicts. - Adapted unit tests.
- Several PSR2 fixes.
0.1.1 - 2016-02-17
- Renamed
$module
property to$_bn_module
to avoid conflicts.
0.1.0 - 2016-02-16
- Initial release to GitHub.