Skip to content

Releases: RonasIT/laravel-swagger

Support PHPUnit 11

02 Dec 05:37
9895e8e

Choose a tag to compare

Support PHPUnit 11 Pre-release
Pre-release

What's Changed

  • chore(deps): bump symfony/http-foundation from 7.1.3 to 7.1.7 by @dependabot in #142
  • chore(deps): bump symfony/process from 7.1.3 to 7.1.7 by @dependabot in #143
  • chore(deps): bump laravel/framework from 11.20.0 to 11.31.0 by @dependabot in #144
  • feat: update packages by @aizlee in #145

Full Changelog: 3.0.2...3.1

Swagger UI update

17 Oct 06:39
6919f6a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2...3.0.2

Specification update

14 Oct 10:45
90e93d4

Choose a tag to compare

Specification update Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.0.0-beta...3.0.1-beta

Upgrade dependency release

22 Aug 13:05
a5f9e4a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2...3.0.0-beta

Cosmetic release

07 Nov 03:35
ccda21b

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

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.1...2.0

Bug fix

19 Jul 06:07
e337596

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

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

Choose a tag to compare

config fix Pre-release
Pre-release
  • added config version config;

Drivers update

03 May 06:45
37226a0

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;