Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 998 Bytes

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 998 Bytes

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.0 - 2024-09-27

Changed

2.0 released major rework of the package works, see UPGRADING

  • Fix issues with CI/CD
  • Updated README to better reflect breaking changes
  • added replace in composer.json

1.0.2 - 2024-09-14

Added

  • Improved type coverage (#6)
  • Improved docs (#5)

1.0.1 - 2024-03-24

1.0.0 - 2024-02-19

Inital fork of the package

  • Minimum PHP 8.1+
  • Namespace changed
  • Dropped support for PSR-7 (double pass)
  • Options moved into class
  • Secrets moved into class
  • Logger removed
  • removed error handler
  • Before and After handlers changed