RonasIT Laravel Swagger Versions Save

Laravel-Swagger is a fully automate tool which allows to generate and save swagger-based documentation after successful completing your application's feature tests.

2.2

6 months ago

Features

Fixes

  • Non Form Request Contract DI exception
  • Image content type as response example
  • Local driver tmp content storing

What's Changed

New Contributors

Full Changelog: https://github.com/RonasIT/laravel-swagger/compare/2.1...2.2

2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/RonasIT/laravel-swagger/compare/1.6.1...2.0

1.6.3

1 year ago

What's Changed

Full Changelog: https://github.com/RonasIT/laravel-swagger/compare/1.6.2...1.6.3

2.0.4-beta

2 years ago

fix: bug with sending cutjson documentation via remote driver;

2.0.3-beta

2 years ago
  • added config version config;

2.0.2-beta

2 years ago
  • 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;

1.6.2

2 years ago

fix: remove elseChanin method using

refs: #18

2.0.1-beta

2 years ago

2.0.0-beta

2 years ago

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

Refs: #53

1.6.1

2 years ago
  • 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;