Skip to content

Releases: stixx/openapi-command-bundle

0.5.2

02 Mar 23:21
b29b3ac

Choose a tag to compare

What's Changed

  • Changed the ApiExceptionSubscriber to be less aggressive by @stixx in #18

Full Changelog: 0.5.1...0.5.2

0.5.1

01 Mar 21:59
391eda8

Choose a tag to compare

What's Changed

  • Added project documentation by @stixx in #17

Full Changelog: 0.5.0...0.5.1

0.5.0

01 Mar 21:16
0cfcaf9

Choose a tag to compare

What's Changed

  • Bundle configuration to automatically include ProblemDetails in the OpenAPI schema by @stixx in #16

Full Changelog: 0.4.0...0.5.0

0.4.0

01 Mar 16:13
20ce59a

Choose a tag to compare

What's Changed

  • Added CodeRabbit configuration by @stixx in #14
  • Added functional test suite with optimizations for bundle by @stixx in #15

Full Changelog: 0.3.0...0.4.0

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