Skip to content

Releases: obiefy/api-response

v0.9.7

19 Jun 14:01
13f27bc
Compare
Choose a tag to compare

PHP 8 Compatibility

v0.9.5

04 Dec 15:05
d0f35bf
Compare
Choose a tag to compare

Add support to L8.

v0.9.1

21 May 23:53
aa95b94
Compare
Choose a tag to compare

Fix composer auto-discovery issue.

Refactoring

13 May 22:28
a815066
Compare
Choose a tag to compare

Release Note:

  • Add API interface.
  • Enhance Code docs.
  • Add forbidden() method.
  • Add success() alias method.
  • Refactor config file.

v0.3.0

02 Feb 07:30
fda72bd
Compare
Choose a tag to compare

Release note:

  • Update validation default status code.
  • Add DATA COUNT to the response.

v0.2.53: Merge pull request #24 from beauraines/add_data_count

02 Feb 08:21
fda72bd
Compare
Choose a tag to compare

v0.2.51

02 Feb 08:20
fda72bd
Compare
Choose a tag to compare
Merge pull request #24 from beauraines/add_data_count

Adds data count to the response

v0.2.7

28 Oct 07:58
d34e2c6
Compare
Choose a tag to compare
Merge pull request #18 from obiefy/analysis-8jE5ly

Apply fixes from StyleCI

v0.2.6

24 Oct 15:38
d34e2c6
Compare
Choose a tag to compare

Features:

  • Add extra methods from config file throw Macobale Trait.
  • Fix Single bug.

v0.2.5

16 Sep 07:41
7b878ed
Compare
Choose a tag to compare

Updates:

  • Add support to pass extra data thru api response #14.
  • Add ability to return the HTTP status code #12.
  • Update documentation #15 .