Skip to content

Releases: lichunqiang/yii2-swagger

3.0.4

28 Apr 03:21
5508065
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.3...3.0.4

3.0.3

27 Jun 11:28
6231844
Compare
Choose a tag to compare
update bower-asset/swagger-ui (#31)

#30

3.0.1

06 Apr 09:26
c6b09c9
Compare
Choose a tag to compare
Updated zircote/swagger-php library to v3.0.3 in order to support PHP…

… 7.4 (#23)

3.0.0

29 Nov 09:12
Compare
Choose a tag to compare
Update to swagger-php 3.x (#21)

* Remove SwaggerUIAssetOverrides, removing unused imports

* Upgrade swagger-php version to 3

* Classes refactoring for swagger-php v3 support

2.0.0-alpha

03 Apr 03:10
Compare
Choose a tag to compare
2.0.0-alpha Pre-release
Pre-release

Now using swagger-ui 3.x !!!

Document and usage will be ready as soon as possiable. Before that the demo project can refer for the usage.

Enjoy

Fix

07 Feb 02:51
Compare
Choose a tag to compare
Fix

Fix nginx header can not accept like api_key

1.0.6

09 Nov 12:54
Compare
Choose a tag to compare

Add OPTIONS and HEAD to supported methods. Thanks to @Kolyunya

1.0.5

18 Apr 05:45
Compare
Choose a tag to compare

Fix SwaggerAction when specified response format in controller @bradliu

1.0.2

18 Jul 10:52
Compare
Choose a tag to compare

Added cache support. Thanks to @dcb9

1.0.1

19 Apr 14:00
Compare
Choose a tag to compare

Change api_key input type to password