Skip to content

Releases: cnizzardini/cakephp-swagger-bake

v3.0.5

02 Oct 02:18
42c70bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

v2.5.10

02 Oct 02:17
c86d2cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.9...v2.5.10

v3.0.4

28 Jun 12:00
491ffec
Compare
Choose a tag to compare

What's Changed

  • Fix plugin with / in the name by @segy in #553

Full Changelog: v3.0.3...v3.0.4

v3.0.3

15 May 12:13
9a24990
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

11 May 01:22
cbb7f7c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

25 Feb 15:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v2.5.9

19 Feb 19:56
af01dc3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.8...v2.5.9

v3.0.0

11 Jan 02:08
Compare
Choose a tag to compare

SwaggerBake v3.0.0 is now available! See the changelog for every commit.

  • Requires CakePHP ^5.0
  • Requires PHP ^8.1

Changes

Removes

  • OpenApiDtoQuery attribute has been removed, use OpenApiQueryParam instead #426
  • OpenApiDtoRequestBody attribute has been removed, use OpenApiSchemaProperty instead #426
  • SwaggerUiComponent has been removed, use OpenApiControllerService which can optionally be injected as an argument to your controller method.
  • SwaggerBake\Lib\Factory\SwaggerFactory has been removed, use SwaggerBake\Lib\SwaggerFactory instead.
  • Misspelled visibility constants in OpenApiSchema have been removed, use the corrected ones instead.
  • Configuration methods get/set have been removed, use property specific getters and setters instead
  • Schema public property was removed, use visibility property and its getters/setters instead.
  • Support for x-exception-fqn was removed. Use OpenApiExceptionSchemaInterface.
  • OpenApiSearch::tableClass has been removed, use OpenApiSearch::alias instead #451

Misc

  • Adds PHP 8.1 language features #427
  • Convert Attribute properties to readonly where possible.
  • Bumps phpstan to ^1.8 and fixes code
  • Replaces usage of phpstan reflection classes in tests

v2.5.8

17 Oct 03:19
5a62174
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.7...v2.5.8

v2.5.7

14 Jun 02:08
04d0df0
Compare
Choose a tag to compare

What's Changed

  • Use hasBehavior instead of calling finder in OpenApiSearch by @cnizzardini in #522
  • Resolve bug in exception code, do not instantiate exceptions by @cnizzardini in #523

Full Changelog: v2.5.6...v2.5.7