Skip to content

Releases: simple-as-fuck/php-api-toolkit

0.1.17

30 Jun 14:19

Choose a tag to compare

Symfony stream json factory improvement (accept iterable insted of Iterator)

0.1.16

12 Jun 15:34

Choose a tag to compare

transformation for small collection added

0.1.15

02 Jun 20:08

Choose a tag to compare

support for guzzle options added

0.1.14

24 May 20:46

Choose a tag to compare

validator 0.4 support added

0.1.13 🐞

23 May 16:36

Choose a tag to compare

Validator::make($request)->query()->key('someKey') has bug and return StringTypedKey rule without key name.

If you validate query like this, you should update at least to this version.

0.1.12

02 May 15:22

Choose a tag to compare

case-insensitive header key comparison

0.1.11

27 Apr 18:47

Choose a tag to compare

http action parameters validation support

0.1.10

07 Apr 22:14

Choose a tag to compare

new request header rules

0.1.9

07 Apr 21:34

Choose a tag to compare

Fixed:

\SimpleAsFuck\ApiToolkit\Factory\Server\Validator::make($request)->query()->key('key')

If you using validator package directly, you must update the package on 0.3 version.

0.1.8

01 Apr 19:55

Choose a tag to compare

validator 0.3 support