Skip to content

Tags: Articus/PathHandler

Tags

0.8.3

Toggle 0.8.3's commit message
- allow mixed parsed body for Transfer attribute

0.8.2

Toggle 0.8.2's commit message
- new attribute IdentifiableValueListLoad

0.8.1

Toggle 0.8.1's commit message
- fix for documentation typos

0.8

Toggle 0.8's commit message
- default producer for mangled and unsupported 'Accept' headers

- build-in producers no longer generate empty response body for null
- custom message for 400, 401 and 403 http exceptions moved to response body
- dependency update

0.7

Toggle 0.7's commit message
- documentation update

- compatibility fix: now it is possible to declare several custom HTTP methods for single handler method using PHP attributes just like using annotations
- minor dependency updates

0.6.1

Toggle 0.6.1's commit message
Minor dependency update for official PHP 8.0 support

0.6

Toggle 0.6's commit message
Documentation update for new version

0.5

Toggle 0.5's commit message
- support for DataTransfer 0.3

- test on PHP 7.4 via Travis

0.4

Toggle 0.4's commit message
- fix for PHP version check in Travis CI build

0.3

Toggle 0.3's commit message
- added information about router factories in docs