doc/changelog.md
# Change Log
All notable changes to this project will be documented in this file.
## 0.9.1.0 - 2022-03-12
### Changed
* Required lib versions change
### Added
* PHP 8.1 support
## 0.9.0.0 - 2021-11-21
### Changed
* Scrutinizer configuration
* Doc fix
### Removed
* PHP 7.1 & 7.2 support
## 0.8.0.0 - 2021-11-21
### Added
* PHP 7.1, 7.2, 7.3, 7.4, 8.0 support
* Type declarations
### Removed
* PHP 5.6 & 7.0 support
* composer.lock from repository
### Changed
* Some required libraries version
* Some minor changes in code style
## 0.7.0.1 - 2018-01-22
### Changed
* Dependencies update (simple-log v0.7.1.1)
## 0.7.0.0 - 2018-01-02
### Changed
* EventDispatcher refactor, some parts moved into separate classes
* Reduced some code complexity
* Tests moved into separate directory
## 0.6.0.5 - 2017-12-23
### Changed
* Added scrutinizer badge into README
* Coverage update
* Implement some fixes from static analyse
* Libraries update
* Some other code convention changes and fixes
## 0.6.0.5 - 2017-12
### Changed
* Fixed repository link in composer.json
* Added scrutinizer support
* Added phpunit whitelist to fix building on travis
* roave/security-advisories moved into
## 0.6.0.4 - 2017-11-26
### Changed
* Fixed repository link in composer.json
## 0.6.0.3 - 2017-07-18
### Changed
* Code climate config update
## 0.6.0.2 - 2017-07-06
### Changed
* Small changes in tests
* README update
## 0.6.0.1 - 2017-07-06
### Changed
* Updated libraries version
* Updated test coverage
## 0.6.0.0 - 2017-06-06
### Changed
* Create one event object for one event trigger, instead of keep instance of event object
* Event object store configuration that was added by trigger
## 0.5.1.0 - 2017-04-06
### Changed
* Rebuild configuration setup
## 0.5.0.0 - 2017-02-06
### Changed
* Rebuild configuration setup
## 0.4.0.0 - 2017-27-05
### Changed
* Increased minimal PHP version to 5.6
## 0.3.0.2 - 2017-26-05
### Changed
* Updated SimpleLog library version
## 0.3.0.1 - 2017-25-05
### Added
* Added Code Climate configuration
## 0.3.0.0 - 2017-25-05
### Changed
* One method to return event dispatcher configuration
* Code convention changes
* Documentation update
* Updated dependencies
## 0.2.2.2 - 2017-22-05
### Changed
* Some documentation and changelog update
## 0.2.2.1 - 2017-21-05
### Changed
* Removed support of PHP 5.4 from travis
## 0.2.2.0 - 2017-21-05
### Changed
* PhpUnit downgrade
## 0.2.1.0 - 2017-21-05
### Changed
* Fixed PhpUnit version
## 0.2.0.0 - 2017-21-05
### Changed
* Namespace and project name change
## 0.1.4.1 - 2016-02-07
### Changed
* Documentation update
## 0.1.4.0 - 2016-25-06
### Changed
* Fixed code style
* Added SensioLabs widget
## 0.1.3.0 - 2016-29-05
### Changed
* Moved log maker into separate library
* `triggerEvent` second argument must be an array type
## 0.1.2 - 2015-25-07
### Added
* Complete documentation
## 0.1.1
### Added
* Documentation update
## 0.1.0 - 2015-11-07
### Added
* First release
* Created basic logic
* Added tests to cover whole code
* Configured Travis and Coverall environment