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.
- Breaking: Add support for
DELETE
request method.
This requires applications to implementApplication::createDeleteRouter()
- Breaking: Add support for
PUT
request method.
This requires applications to implementApplication::createPutRouter()
Request::hasHeader()
andRequest::getHeader()