Skip to content

Releases: activecollab/controller

0.10.14

13 Jul 23:02
Compare
Choose a tag to compare

Improve handling of exceptions thrown by controller actions during request handling

0.10.13

12 Jul 06:55
Compare
Choose a tag to compare
Merge pull request #4 from activecollab/add-logger-for-exceptions

Log exception from controllers

0.10.12

10 Jun 11:43
Compare
Choose a tag to compare

Add X-Type header

0.10.11

10 Jun 08:18
Compare
Choose a tag to compare

Fix a bug with PSR7 response pass-through

0.10.10

01 Jun 07:37
Compare
Choose a tag to compare

Two encoding options added:

  • For PSR-7 responses (they just pass through the encoder)
  • Array with status and body fields

0.10.9

25 May 00:47
Compare
Choose a tag to compare

Add helper methods for getting individual request params in controller actions

0.10.8

25 May 00:26
Compare
Choose a tag to compare

Fix scalar encoding

0.10.7

24 May 23:05
Compare
Choose a tag to compare

Make array encoder available to subclasses in ResultEncoder class

0.10.6

24 May 12:48
Compare
Choose a tag to compare

Set application/json content type when returning JSON

0.10.5

22 May 12:28
Compare
Choose a tag to compare

Make ViewResponse non-abstract