Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

45 lines (30 loc) · 1.64 KB

Changelog

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.

Changed

  • 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

  • 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

Changed

  • 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 and HTTPBinGo with Mocko
  • Replaces the composer section of the workflows with ramsey/composer-install.
  • Updated the retryDecider and retryDelay functions.
    • Added new tests/modified existing for these changes.

1.0.0 - 2024-02-06

  • Initial release.