Skip to content

Releases: stixx/openapi-command-bundle

0.3.0

25 Jan 23:38
dbfe227

Choose a tag to compare

What's Changed

  • Added tests for bundle classes by @stixx in #5

Full Changelog: 0.2.1...0.3.0

0.2.1

12 Dec 23:56
4650566

Choose a tag to compare

What's Changed

  • Fixed JsonSerializedResponder to handle arrays and iterables by @stixx in #13

Full Changelog: 0.2.0...0.2.1

0.2.0

12 Dec 23:34
ea29881

Choose a tag to compare

What's Changed

  • Added responder to CommandController to align more with the ADR pattern by @stixx in #12

Full Changelog: 0.1.0...0.2.0

0.1.0

11 Dec 20:57
5a3cfab

Choose a tag to compare

What's Changed

  • Added initial setup of project files for bundle by @stixx in #1
  • Added service configuration for bundle by @stixx in #2
  • Added bundle configuration for CommandController by @stixx in #3
  • Updated code style with php-cs-fixer by @stixx in #4
  • Optimized bundle configuration with a parent validation key by @stixx in #6
  • Fixed bundle alias by ignoring the convention by @stixx in #7
  • Added ApiProblemNormalizer to remove details from response when not in debug mode by @stixx in #8
  • Fixed CommandValueResolver by removing the requirement for scalar data for list endpoints by @stixx in #9
  • Fixed allowing the combination of parameters and requestBody to be resolved by @stixx in #10
  • Fixed normalized response by using the Serializer in the CommandController by @stixx in #11

New Contributors

  • @stixx made their first contribution in #1

Full Changelog: https://github.com/stixx/openapi-command-bundle/commits/0.1.0