Releases: dingo/api
Releases · dingo/api
v0.8.2
Update version. Signed-off-by: Jason Lewis <[email protected]>
v0.8.1
Fix recursive call to ControllerTrait::__call. Signed-off-by: Jason Lewis <[email protected]>
v0.8.0
Fixed bug where request was not rebound to the container. Signed-off-by: Jason Lewis <[email protected]>
v0.7.3
Fixed bug where request was not bound as an instance resulting in reb…
v0.7.2
Update changes. Signed-off-by: Jason Lewis <[email protected]>
v0.7.1
Fixed bug in basic auth. Signed-off-by: Jason Lewis <[email protected]>
v0.7.0
This is what happens when you forget to run phpunit prior to committing. Signed-off-by: Jason Lewis <[email protected]>
v0.6.6
Merge pull request #204 from lucasmichot/editorconfig Add .editorconfig
v0.6.5
Merge pull request #158 from lucasmichot/conditional-request [Bugfix] : Disable conditional request feature outside API and does not overwrite existing ETag
v0.6.4
Fix compatibility issue with latest Laravel updates. Fixes #156 and c…