All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Utils
class made abstract, as it shouldn't be instantiated anyway.- Added new constants to
Utils
to replace static variables within the utility functions.
1.1.0 - 2024-05-22
- Added issue and pull request templates.
- Added
backward-compatibility.md
- a backward compatibility promise. - Added a Contributor Code of Conduct, CODE_OF_CONDUCT.md.
- Added a CONTRIBUTING file with information for contributing to the project.
- Added SECURITY.md
- Updated header docblock for each file to be more compact.
- Updated PHP-CS-Fixer configuration with new coding style rules; updated source files with these changes.
- Updated
phpunit.xml
with the new 11.1 schema/options. - Replace
BeeCeptor
andHTTPBinGo
withMocko
- Requires installing Mocko standalone. Also see the Unit Tests section of the README.
- Replaces the composer section of the workflows with
ramsey/composer-install
. - Updated the
retryDecider
andretryDelay
functions.- Added new tests/modified existing for these changes.
1.0.0 - 2024-02-06
- Initial release.