Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 638 Bytes

CHANGELOG.md

File metadata and controls

19 lines (13 loc) · 638 Bytes

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.

[5.0.0] - 2023-07-31

Added

  • Breaking: Add support for DELETE request method.
    This requires applications to implement Application::createDeleteRouter()
  • Breaking: Add support for PUT request method.
    This requires applications to implement Application::createPutRouter()

[4.3.0] - 2023-07-26

Added

  • Request::hasHeader() and Request::getHeader()