Skip to content

Releases: RonasIT/laravel-swagger

UI update

01 Dec 14:00
ae5f987
Compare
Choose a tag to compare
  • updated Swagger UI

Privacy update

30 Nov 12:38
af58b34
Compare
Choose a tag to compare
  • Changed private visibility of some methods to protected to allow redefine it in a local environment;
  • Fixed action naming, now the request word will be skipped;
  • Fixed bug in interaction with the Laravel-Helpers package;

Upgrade guide:
If you use Laravel-Helpers package and your TestCase class extends TestCase of the Laravel-Helpers package - just call saveDocumentation method in your tearDown method. If not - no actions required.

Bug fixes

05 Feb 06:39
5f8ac1e
Compare
Choose a tag to compare
  • changes LocalDataCollector class name is the SwaggerService;

Laravel 6 support

11 Dec 05:09
Compare
Choose a tag to compare
  • replaced array_* helpers functions to Arr facade;

1.4.2

24 Apr 10:26
394a2a6
Compare
Choose a tag to compare
  • updated Readme;
  • increased required version of Laravel-local-data-collector package;

1.4.1

24 Apr 09:23
df3a7ab
Compare
Choose a tag to compare
  • increased required PHP version to 7.1;
  • implemented supporting of Laravel 5.8;

1.4.0

24 Apr 08:01
e3d7ac1
Compare
Choose a tag to compare
  • increased required version of Laravel-helpers package;

1.2.3

13 Mar 14:44
Compare
Choose a tag to compare

Marked AutoDocRequestTrait as deprecated. Now it is not mandatory for requests.
Fixed documentation collecting in tests with file uploads.