Releases: blastcloud/hybrid
Releases · blastcloud/hybrid
2.1.0
[2.1.0] - 2024-02-19
- Add support back for PHPUnit 9.6 and PHP 8.1. Now includes support for the following combinations:
PHP |
PHPUnit |
8.1 |
9.6, 10 |
8.2 |
9.6, 10, 11 |
8.3 |
9.6, 10, 11 |
2.0.1
No real changes in this project, but updating .lock
to use latest version of Chassis. That project updated to fix issue with PHPUnit 10.3
2.0.0
[2.0] - 2023-08-03
- Adding support for HttpClient 6
- Adding support for PHPUnit 10
- Updating dependencies
- Dropping support for PHP 8.0, as PHPUnit 10 only supports 8.1 and up
1.1.3
[1.1.3] - 2022-12-27
- Add support for PHP 8.2, remove all versions below 8.0
- Updated dependencies
- Corrected code with deprecation warnings
1.1.2
- Adding PHP 8.0 support
- Moving CI to Github Actions
1.1.1
[1.1.1] - 2020-03-09
- Update to support PHPUnit 9
- Drop support for PHPUnit below 8.2
- Drop support for PHP 7.1
1.1.0
[1.1.0] - 2020-01-10
- Updating CI to test on PHP 7.4
- This will be the last release supporting PHP 7.1
- Added new methods:
withoutQuery
, withQueryKey
, and withQueryKeys
1.0.3
[1.0.3] - 2019-12-03
- Security dependency update. PR provided by Github helpbot
1.0.2
[1.0.2] - 2019-10-03
- Updated to the latest version of
blastcloud/chassis
.
- Fix for
InvokedRecorder
being removed from PHPUnit 8.4 Type hinting was simply removed from the expects()
method. Will have to rely on users simply reading the documentation.
1.0.1
[1.0.1] - 2019-09-06
- Fix for capitalization issue on
macros.php