Releases: activecollab/controller
Releases · activecollab/controller
0.10.14
Improve handling of exceptions thrown by controller actions during request handling
0.10.13
0.10.12
Add X-Type header
0.10.11
Fix a bug with PSR7 response pass-through
0.10.10
Two encoding options added:
- For PSR-7 responses (they just pass through the encoder)
- Array with
status
andbody
fields
0.10.9
Add helper methods for getting individual request params in controller actions
0.10.8
Fix scalar encoding
0.10.7
Make array encoder available to subclasses in ResultEncoder
class
0.10.6
Set application/json
content type when returning JSON
0.10.5
Make ViewResponse
non-abstract