Skip to content

Releases: dogancelik/slim-json

v0.4.0

15 Sep 23:03
Compare
Choose a tag to compare

This version adds support for unit testing.

You can pass $app to \SlimJson\Middleware as second parameter.

v0.3.1

30 May 18:22
Compare
Choose a tag to compare

Sorry guys, missed to change the code in View. Fixes #4 and #5.

v0.3.0

29 May 23:06
Compare
Choose a tag to compare

Now you can pass an $options argument to json_encode with: json.json_encode_options, please check Readme.

Functions for CORS

07 May 23:41
Compare
Choose a tag to compare

You can now use functions for json.cors option. Check #2 for examples.