Skip to content

Releases: usox/json-schema-api

0.8.0

31 Oct 14:49
Compare
Choose a tag to compare

Added

  • Add generic docblock type-hints in ApiMethodInterface. This allows users to define the types of the method parameters and result

Full Changelog: 0.7.0...0.8.0

0.7.0

27 Feb 07:45
df4e0d3
Compare
Choose a tag to compare

Changed

  • Remove php 8.0 support

Full Changelog: 0.6.0...0.7.0

0.6.0

23 Feb 09:50
04bb0bd
Compare
Choose a tag to compare

Added

  • Endpoint now adds debug information to the provided logger instance

Changed

  • Endpoint is no longer implementing the PSR MiddlewareInterface but now implements the RequestHandlerInterface
  • Allow more recent versions of psr/log to be installed as dependency
  • Update internal dependencies

Full Changelog: 0.5.0...0.6.0

0.5.0

05 Nov 07:06
f58a521
Compare
Choose a tag to compare

Changed

  • Leave the versioning support complete within the userspace

0.4.2 Maintenance Release

04 Nov 17:20
16b90e3
Compare
Choose a tag to compare

Fixes

  • Prevent simple lists in results from being converted to json objects
  • Dont' include an empty string in the result if a critical error occurs

0.4.1 Maintenance Release

04 Nov 13:21
704c07a
Compare
Choose a tag to compare

Added

  • Support for php 8.1

Changed

  • Removed $id key from internal request.json as it's not possible to add a standard-conform id value

0.4.0 Support php 8 only

23 Jun 18:47
8174096
Compare
Choose a tag to compare
Correct code style issues

0.3.0 Code cleanup and documentation improvments

21 Jun 18:52
e9abae6
Compare
Choose a tag to compare
Correct composer calls in qa target

0.2.0 First Rework

02 Mar 20:00
Compare
Choose a tag to compare
Add scrutinizer badges

0.1.0 Initial development version

28 Sep 10:04
Compare
Choose a tag to compare