themichaelhall/bluemvc-api

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
## [3.0.0] - 2022-10-03
- Changed required PHP version to >= 8.0.

## [2.2.0] - 2021-09-02
- Changed required PHP version to >= 7.3.

## [2.1.0] - 2019-06-14
- Added ApiResultException class.
- Added getJsonEncodeOptions method to ApiController class.
- Throws exception if result could not be JSON-encoded.

## [2.0.0] - 2018-05-14
- **Backward compatibility break**: Changed parameter order in constructor in ApiResult class.
- Updated PHP requirement to 7.1.

## 1.1.0 - 2018-04-29
- First stable revision.

[3.0.0]: https://github.com/themichaelhall/bluemvc-api/compare/v2.2.0...v3.0.0
[2.2.0]: https://github.com/themichaelhall/bluemvc-api/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/themichaelhall/bluemvc-api/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/themichaelhall/bluemvc-api/compare/v1.1.0...v2.0.0