All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.2.7 - 2019-03-23
- Add features for PHP 7.1, 7.2, 7.3
0.2.6 - 2016-03-31
- Add unit tests for minimum requirements.
- Fixed minor bugs with minimum requirements.
0.2.5 - 2016-03-31
- Add
xrstf/composer-php52
to allow library to be used in PHP5.2 environments. - Add
brightnucleus/php-releases
to enable minimum version checks.
- Config package is pulled in as external dependency
brightnucleus/config-52
. - Classes were renamed to avoid namespace collisions.
- Number of small tweaks to lower PHP requirements to 5.2+
- Update
README.md
. - Change License to MIT.
- Number of small tweaks to address code quality and documentation issues.
0.2.4 - 2016-02-10
- Change code style to PSR-2.
0.2.3 - 2016-01-14
- Small documentation tweaks.
0.2.2 - 2016-01-14
- Add link to blog post with background information to README.md
- Add better usage information to README.md
0.2.1 - 2016-01-14
- Remove superfluous issue from README.md
0.2.0 - 2016-01-14
- Add
get_minimum_required( $features )
toPHPFeature
. - Add
__toString()
toSemanticVersion
. - Test minimum required functionality.
0.1.0 - 2016-01-13
- Initial release to GitHub.