Skip to content

Releases: loadsys/CakePHP-Serializers-Errors

Version 1.0.2

21 Mar 02:58
Compare
Choose a tag to compare
  • Updated Readme #13
  • Improved Setting the Template for Exception Coded Errors to the correct error400 or error500 template as needed. #16
  • Add .gitignore file for local installations of this plugin #17

1.0.1 Release

08 May 16:32
Compare
Choose a tag to compare

Bug Fixes

  • 1.0 did not properly return errors matching JSON API format.
  • Readme was updated reflecting this change.

Intial Release of CakePHP Serializers Errors

07 May 20:34
Compare
Choose a tag to compare

Plugin that is designed around Serializing Exceptions to be rendered as JSON API, JSON or standard HTML depending on the Accepts header.

Adds two custom Exception Classes to provide for this custom exception handling.

1.0.0 Beta 1

05 May 02:16
Compare
Choose a tag to compare
1.0.0 Beta 1 Pre-release
Pre-release

Initial Beta Release

This is a new plugin to provide the ability to render CakePHP Exceptions as either JSON API Errors, JSON or as standard HTML. Useful when you want to use normal CakePHP style Exception programming with CakePHP acting as the backend to a JSON API frontend.