Skip to content

Releases: AyeAyeApi/Api

1.0.2

19 Feb 16:25
Compare
Choose a tag to compare

Updated README and demo/

1.0.0

17 Feb 23:45
Compare
Choose a tag to compare

Stable Release

1.0.0-rc.1

17 Feb 19:50
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

A potential full release.

1.0.0-beta.3

05 Mar 02:11
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

Well, this is embarrassing.

Fixed composer.json

1.0.0-beta.2

05 Mar 01:50
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

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

28 Feb 11:11
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

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

26 Feb 14:46
0.13.0
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release
v0.13.0

Better child controller management

30 Dec 23:42
Compare
Choose a tag to compare
Pre-release

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

30 Dec 21:01
Compare
Choose a tag to compare
Pre-release

When an Aye Aye Exception is raised the Api now gives the correct HTTP status code.

Fixed Previous Exception

25 Sep 09:58
Compare
Choose a tag to compare
Pre-release

When omitting the public message I missed the previous Exception to things that need to be shuffled forward. That's now fixed.