Skip to content

Releases: RonasIT/laravel-swagger

phpunit9 support

02 May 06:03
1509a35

Choose a tag to compare

phpunit9 support Pre-release
Pre-release
Merge pull request #40 from RonasIT/37-php-unit-9-support

refactor: add phpunit to require

Bug fix

02 May 12:41
94e4242

Choose a tag to compare

fix: remove elseChanin method using

refs: #18

2.0.0-beta

14 Apr 06:54
2a83eb2

Choose a tag to compare

Fix: Imlement manual annotations parsing. Remove using minime/annotations package. Remove deprecated classed.

Refs: #53

Privacy update

22 Dec 10:32
c49d9e9

Choose a tag to compare

  • added an ability to set a list of environments in which documentation will be displayed (via 'display_environments' config);
  • updated readme;
  • fixed bug with test cases for response content-type application/pdf;
  • fixed bug with error on using Request interface in Controller instead of request class implementation;
  • fixed failing test cases with call not existed URI;

UI update

01 Dec 14:00
ae5f987

Choose a tag to compare

  • updated Swagger UI

Privacy update

30 Nov 12:38
af58b34

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

Choose a tag to compare

  • changes LocalDataCollector class name is the SwaggerService;

Laravel 6 support

11 Dec 05:09

Choose a tag to compare

  • replaced array_* helpers functions to Arr facade;

1.4.2

24 Apr 10:26
394a2a6

Choose a tag to compare

  • updated Readme;
  • increased required version of Laravel-local-data-collector package;

1.4.1

24 Apr 09:23
df3a7ab

Choose a tag to compare

  • increased required PHP version to 7.1;
  • implemented supporting of Laravel 5.8;