This repository has been archived by the owner on Aug 12, 2019. It is now read-only.
Releases: Bigpoint/slim-bootstrap
Releases · Bigpoint/slim-bootstrap
1.8.0: Force Mime Type for each endpoint
implement possibility to force the default mime type for each endpoint
1.7.0: Plain Data Output Writer
Create a way to not use DataObjects internally and such reduce RAM usage. This only works for JSON for now.
1.4.0: Merge pull request #13 from Bigpoint/access_token_parameter
Access token parameter
1.3.1: Merge pull request #12 from Bigpoint/bugfix_authentication_hook
fix php error when no authentication is used
1.3.0: Merge pull request #11 from Bigpoint/delete_endpoints
add features for DELETE endpoints
1.2.0: Merge pull request #8 from Bigpoint/info_endpoint
create information endpoint
1.1.0: Merge pull request #6 from Bigpoint/logging_improvements
Changelog:
- bugfix: generator can now work with sub namespaces
- bugfix: payload is passed again to endpoints when using http method
POST
orPUT
- feature:
\SlimBootstrap\Exception
can now define the log level with which it wants to be logged
1.0.2: Merge pull request #4 from Bigpoint/fix_ressource
fix more occurances of 'ressource'
Bugfix release for generator
This release fixes some errors in the generator script and updates it to the latest version of the framework.
1.0.0: Merge pull request #2 from Bigpoint/cleanup_add_endpoint_methods
merge addEndpoint methods to reduce duplicate code