doc/changelog.md
# Change Log
All notable changes to this project will be documented in this file.
## 0.9.0.1 - 2021-11-23
### Changed
* Test messages for different php versions
* travis file update
## 0.9.0.0 - 2021-11-23
### Removed
* PHP 7.1 & 7.2 support
## 0.8.0.0 - 2021-11-23
### Added
* PHP 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
* Badges
## 0.7.2.0 - 2018-08-13
### Changed
* Fixed merging messages and file save when multiple log method was executed
## 0.7.1.1 - 2018-01-21
### Changed
* Fixed composer dependencies
## 0.7.1.0 - 2018-01-20
### Added
* Default, Inline and Json log messages for different log formats
### Changed
* Some refactor changes
* Reduced technical dept, doc update
* Changed date format into Y-M-D
## 0.7.0.1 - 2018-01-06
### Added
* Scrutinizer support
### Changed
* Travis build also for PHP 7.1
* Some code refactor
## 0.7.0.0 - 2017-07-23
### Changed
* Rebuild simple log to use PSR-3 standard
* Use separate class for store log info in file
## 0.6.0.4 - 2017-06-19
### Fixed
* Tests namespace
## 0.6.0.3 - 2017-05-27
### Fixed
* Changelog date
## 0.6.0.2 - 2017-05-26
### Added
* SensioLabs link update
## 0.6.0.1 - 2017-05-26
### Added
* Added Code Climate configuration
### Changed
* Removed support of PHP 5.4
* Updated tests to run on PHP 7.0
## 0.6.0.0 - 2017-05-26
### Added
* Added composer lock into repository
### Changed
* Code style changes
* Message building refactor
## 0.5.0.1 - 2016-03-07
### Added
* Missing documentation
## 0.5.0 - 2016-06-26
### Added
* Recursive message build from nested array
### Changed
* Documentation update
* Code convention fixes
## 0.4.1 - 2016-05-30
### Added
* Missing coverall library
## 0.4.0 - 2016-05-30
### Added
* Test files to .gitignore
## 0.3.0 - 2016-05-30
### Added
* Unit tests
### Changed
* Modified message structure
## 0.2.0 - 2016-05-24
### Added
* Basic files (moved form other library)
* Created static interface
### Changed
* Rebuild log creating logic