Skip to content

Releases: ans-group/simple-ukfast-php-sdk

v0.2.1

26 Apr 15:05
d164f7f
Compare
Choose a tag to compare

Handle true, false and null when passed as query params

v0.2.0

13 Mar 16:58
e053672
Compare
Choose a tag to compare

204 responses now return null

added isset magic method to Entity

v0.1.1

07 Mar 10:58
dfe016c
Compare
Choose a tag to compare
Merge pull request #15 from bluemorbo/fix-entities-with-scalar-arrays

Fix handling of scalar arrays

v0.1.0

24 Feb 08:51
c20584b
Compare
Choose a tag to compare
Merge pull request #12 from Gman98ish/stop-validation-exceptions-for-401

Only handles status code 422 as a validation exception

v0.0.12

09 Feb 09:34
2a7603c
Compare
Choose a tag to compare
Merge pull request #11 from Gman98ish/validation-exception-for-update

Add handling for validation exception on update commands

v0.0.11

24 Jan 15:50
1778176
Compare
Choose a tag to compare
Merge pull request #10 from Gman98ish/put

Can now use put on update

v0.0.10

24 Jan 14:15
Compare
Choose a tag to compare
Handles responses with no meta

v0.0.9

05 Dec 17:36
Compare
Choose a tag to compare
Handles responses with no meta

v0.0.8

17 Mar 11:28
9214bb0
Compare
Choose a tag to compare

Added validation exception

v0.0.7

16 Dec 14:23
5731c09
Compare
Choose a tag to compare
Merge pull request #7 from rbibby/master

Add ClientTest