Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Releases: Bigpoint/slim-bootstrap

1.8.0: Force Mime Type for each endpoint

26 Apr 12:42
Compare
Choose a tag to compare
implement possibility to force the default mime type for each endpoint

1.7.0: Plain Data Output Writer

25 Apr 15:58
Compare
Choose a tag to compare

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

14 Apr 11:59
Compare
Choose a tag to compare

1.3.1: Merge pull request #12 from Bigpoint/bugfix_authentication_hook

25 Mar 08:49
Compare
Choose a tag to compare
fix php error when no authentication is used

1.3.0: Merge pull request #11 from Bigpoint/delete_endpoints

24 Mar 10:43
Compare
Choose a tag to compare

1.2.0: Merge pull request #8 from Bigpoint/info_endpoint

09 Mar 13:25
Compare
Choose a tag to compare

1.1.0: Merge pull request #6 from Bigpoint/logging_improvements

11 Feb 15:01
Compare
Choose a tag to compare

Changelog:

  • bugfix: generator can now work with sub namespaces
  • bugfix: payload is passed again to endpoints when using http method POST or PUT
  • 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

27 Jan 09:59
Compare
Choose a tag to compare

Bugfix release for generator

27 Jan 09:05
Compare
Choose a tag to compare

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

26 Jan 09:23
Compare
Choose a tag to compare
merge addEndpoint methods to reduce duplicate code