brightnucleus/phpfeature

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.7] - 2019-03-23
### Added
- Add features for PHP 7.1, 7.2, 7.3

## [0.2.6] - 2016-03-31
### Added
- Add unit tests for minimum requirements.

### Fixed
- Fixed minor bugs with minimum requirements.

## [0.2.5] - 2016-03-31
### Added
- Add `xrstf/composer-php52` to allow library to be used in PHP5.2 environments.
- Add `brightnucleus/php-releases` to enable minimum version checks.

### Changed
- 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.

### Fixed
- Number of small tweaks to address code quality and documentation issues.

## [0.2.4] - 2016-02-10
### Changed
- Change code style to PSR-2.

## [0.2.3] - 2016-01-14
### Fixed
- Small documentation tweaks.

## [0.2.2] - 2016-01-14
### Added
- Add link to blog post with background information to README.md
- Add better usage information to README.md

## [0.2.1] - 2016-01-14
### Removed
- Remove superfluous issue from README.md

## [0.2.0] - 2016-01-14
### Added
- Add `get_minimum_required( $features )` to `PHPFeature`.
- Add `__toString()` to `SemanticVersion`.
- Test minimum required functionality.

## [0.1.0] - 2016-01-13
### Added
- Initial release to GitHub.

[0.2.7]: https://github.com/brightnucleus/phpfeature/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/brightnucleus/phpfeature/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/brightnucleus/phpfeature/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/brightnucleus/phpfeature/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/brightnucleus/phpfeature/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/brightnucleus/phpfeature/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/brightnucleus/phpfeature/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/brightnucleus/phpfeature/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/brightnucleus/phpfeature/compare/v0.0.0...v0.1.0