Releases: AyeAyeApi/Api
Releases · AyeAyeApi/Api
1.0.2
1.0.0
1.0.0-rc.1
A potential full release.
1.0.0-beta.3
Well, this is embarrassing.
Fixed composer.json
1.0.0-beta.2
Aye Aye is now more robust!
- We made the Api class PSR-3 log aware.
- Improved the ability of the Api class to recover from exceptions.
- Added a way to force responses to use a specific formatter (useful for the above)
1.0.0-beta.1
Aye Aye is now reasonably feature complete. Minor changes may occur between now and the full 1.0.0 however, nothing that is BC breaking. Aye Aye will remain in beta until the website is complete, however feedback and contributions are not only welcome but desirable.
Enjoy :)
0.13.0
Better child controller management
This release will break older implementation.
Removed the Controller::$children array. Child controllers are now accessible through [name]Controller methods.
Api Exception Http Status Code
When an Aye Aye Exception is raised the Api now gives the correct HTTP status code.
Fixed Previous Exception
When omitting the public message I missed the previous Exception to things that need to be shuffled forward. That's now fixed.