Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

44 lines (24 loc) · 1.07 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.

1.1.2 - 2024-06-21

Added

  • Allow PHP 8.3

1.1.1 - 2024-06-19

Fixed

  • TestResponse
    • setCookie() has parameter sameSite to match default Response implementation

1.1.0 - 2022-12-10

Added

  • HttpPanel for Tracy - with request and response

1.0.1 - 2022-12-09

Changed

  • Composer - allows PHP 8.2

Fixed

  • Composer - fix nette/http version constraint

1.0.0 - 2022-12-06

Added

  • HttpAuthenticator
  • TestResponse