Releases: RonasIT/laravel-swagger
Releases · RonasIT/laravel-swagger
Drivers update
- implemented config comparing logic, tests will fail if you use legacy config file;
- implemented drivers logic;
- created local driver;
- created remote driver;
- created storage driver;
- updated configs;
- code reformat;
phpunit9 support
Merge pull request #40 from RonasIT/37-php-unit-9-support refactor: add phpunit to require
Bug fix
2.0.0-beta
Fix: Imlement manual annotations parsing. Remove using minime/annotations package. Remove deprecated classed.
Refs: #53
Privacy update
- 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
Privacy update
- 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
- changes LocalDataCollector class name is the SwaggerService;
Laravel 6 support
- replaced array_* helpers functions to Arr facade;