Skip to content

Releases: DarkaOnLine/SwaggerLume

5.5.3

28 Mar 10:40
5bf281c
Compare
Choose a tag to compare
Assets request schema. closes #46 (#47)

5.5.2

07 Feb 12:47
Compare
Choose a tag to compare
  • Add text/html content type to /api/documentation view response headers (#40)

5.5.1

11 Jan 12:28
1c6b18f
Compare
Choose a tag to compare
add assets checksum for cache busting

5.5.0

07 Sep 06:04
Compare
Choose a tag to compare

Lummen 5.5 and Swagger-ui 3.

Thanks to @jvleeuwen for PR #29

3.0.1

07 Sep 06:35
9a1543d
Compare
Choose a tag to compare

Set lumen version to 5.4.*

2.0.1

05 Sep 06:58
e87b6fa
Compare
Choose a tag to compare

Fix UrlGenerator not instantiable error. Closes #23 . Update your config files routes section, by adding slash for each route:

'routes' => [
    'api' => '/api/documentation',
    'docs' => '/docs'
],

3.0

31 Aug 10:31
a8b45a0
Compare
Choose a tag to compare
3.0
  • Swagger UI 3 support (closes #25)

Lumen 5.4 support

30 Jan 13:16
8631d6f
Compare
Choose a tag to compare
  • Lumen 5.4 support
  • Swagger UI 2.2.8

Allow to define constants in config which can be used later in annotation

25 Aug 10:41
Compare
Choose a tag to compare
Applied fixes from StyleCI (#14)

[ci skip] [skip ci]

1.0.3

09 May 09:56
Compare
Choose a tag to compare
  • Fixed #7
  • Added auth token prefix