json-schema-api

Easily build jsonrpc apis with validation in php

MIT License

Downloads
20.3K
Stars
2
Committers
1
json-schema-api - 0.9.0 Latest Release

Published by usox 12 days ago

json-schema-api - 0.8.0

Published by usox 12 months ago

Added

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

Full Changelog: https://github.com/usox/json-schema-api/compare/0.7.0...0.8.0

json-schema-api - 0.7.0

Published by usox over 1 year ago

Changed

  • Remove php 8.0 support

Full Changelog: https://github.com/usox/json-schema-api/compare/0.6.0...0.7.0

json-schema-api - 0.6.0

Published by usox over 2 years ago

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: https://github.com/usox/json-schema-api/compare/0.5.0...0.6.0

json-schema-api - 0.5.0

Published by usox almost 3 years ago

Changed

  • Leave the versioning support complete within the userspace
json-schema-api - 0.4.2 Maintenance Release

Published by usox almost 3 years ago

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
json-schema-api - 0.4.1 Maintenance Release

Published by usox almost 3 years ago

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
json-schema-api - 0.4.0 Support php 8 only

Published by usox over 3 years ago

json-schema-api - 0.3.0 Code cleanup and documentation improvments

Published by usox over 3 years ago

json-schema-api - 0.2.0 First Rework

Published by usox over 3 years ago

json-schema-api - 0.1.0 Initial development version

Published by usox about 4 years ago