Skip to content

Releases: alt3/cakephp-swagger

4.0.1

28 Feb 06:36
4d1a3af
Compare
Choose a tag to compare

fix: swagger output to file #56

4.0.0

27 Feb 18:12
3e0ff40
Compare
Choose a tag to compare

CakePHP 4x version, courtesy of mr. @mimo74 ❤️ #55

2.0.2

05 Jul 20:26
d481eef
Compare
Choose a tag to compare
  • adds Plugin Object loading
  • better instructions

2.0.0

27 May 04:07
483e92b
Compare
Choose a tag to compare

Update to CakePHP 3.6 courtesy of mr. @pedro-stanaka 🎯 #41

Please note:

  • all future development of this plugin will be done against this version
  • we are no longer supporting HHVM

1.0.4

10 Mar 14:35
Compare
Choose a tag to compare
  • bumps minimum PHP version to 5.6 (to keep in sync with the swagger-php repo)
  • adds support for providing custom Analyser object to allow e.g. auto-generating annotations (@georgeconstantinou #33)

1.0.3

20 Dec 08:14
Compare
Choose a tag to compare

Prevent warnings when when using zircote/swagger-php 2.0.8 (@aceat64 #31)

1.0.2

10 Oct 14:58
Compare
Choose a tag to compare
  • Allow modifying API basePath via annotations (@alex-jaydee #30)

1.0.1

10 Sep 09:36
Compare
Choose a tag to compare

Adds UI option to disable api selector - @aceat64 - #28

1.0.0

07 Sep 10:28
Compare
Choose a tag to compare
  • Swagger UI 2.2.3
  • fixes unassigned title viewVar (#26)