Skip to content

Releases: RonasIT/laravel-swagger

Cosmetic release

07 Nov 03:35
ccda21b
Compare
Choose a tag to compare

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: 2.1...2.2

Major release

11 Aug 02:13
2810739
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.1...2.0

Bug fix

19 Jul 06:07
e337596
Compare
Choose a tag to compare
Bug fix Pre-release
Pre-release

What's Changed

  • fix: fixed calling undefined getClassAnnotations method; by @DenTray in #53

Full Changelog: 1.6.2...1.6.3

Remote driver fix

12 May 01:22
9e49322
Compare
Choose a tag to compare
Remote driver fix Pre-release
Pre-release

fix: bug with sending cutjson documentation via remote driver;

config fix

03 May 13:49
4fa28ca
Compare
Choose a tag to compare
config fix Pre-release
Pre-release
  • added config version config;

Drivers update

03 May 06:45
37226a0
Compare
Choose a tag to compare
  • 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

02 May 06:03
1509a35
Compare
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
Compare
Choose a tag to compare

fix: remove elseChanin method using

refs: #18

2.0.0-beta

14 Apr 06:54
2a83eb2
Compare
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
Compare
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;