Skip to content

Commit

Permalink
Document 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer authored Oct 30, 2023
1 parent 3376abb commit 2f15f65
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,34 @@

All notable changes to `laravel-swagger-ui` will be documented in this file

## 0.7.1 - 2023-10-30

- Added: Allow base path to contain multiple segments ([#23](https://github.com/nextapps-be/laravel-swagger-ui/pull/23))

## 0.7.0 - 2023-02-15

- Added: PHP 8.2 and Laravel 10 support ([#20](https://github.com/nextapps-be/laravel-swagger-ui/pull/20))
- Added: PHP 8.2 and Laravel 10 support ([#20](https://github.com/nextapps-be/laravel-swagger-ui/pull/20))

## 0.6.0 - 2022-05-12

- Added: Middleware array to config file ([#14](https://github.com/nextapps-be/laravel-swagger-ui/pull/14))

## 0.5.0 - 2022-02-25

- Added: Support for external OpenAPI files ([#11](https://github.com/nextapps-be/laravel-swagger-ui/pull/11))
- Added: Support for external OpenAPI files ([#11](https://github.com/nextapps-be/laravel-swagger-ui/pull/11))

## 0.4.0 - 2022-02-16

- Added: PHP 8.1 and Laravel 9 support ([#10](https://github.com/nextapps-be/laravel-swagger-ui/pull/10))
- Added: PHP 8.1 and Laravel 9 support ([#10](https://github.com/nextapps-be/laravel-swagger-ui/pull/10))

## 0.3.0 - 2021-10-03

- Added: Support for OpenAPI YAML files ([#6](https://github.com/nextapps-be/laravel-swagger-ui/pull/6))
- Changed: Linting (and removal of docblocks) ([#7](https://github.com/nextapps-be/laravel-swagger-ui/pull/7))
- Added: Support for OpenAPI YAML files ([#6](https://github.com/nextapps-be/laravel-swagger-ui/pull/6))
- Changed: Linting (and removal of docblocks) ([#7](https://github.com/nextapps-be/laravel-swagger-ui/pull/7))

## 0.2.0 - 2021-02-15

- Added: PHP 8 support and switch to github actions ([#3](https://github.com/nextapps-be/laravel-swagger-ui/pull/3))
- Added: PHP 8 support and switch to github actions ([#3](https://github.com/nextapps-be/laravel-swagger-ui/pull/3))

## 0.1.0 - 2020-10-16

Expand Down

0 comments on commit 2f15f65

Please sign in to comment.