# Changelog

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

## 1.2.0 - 2025-03-05

- Added: Laravel v12 support ([#42](https://github.com/wotzebra/laravel-swagger-ui/pull/42))

## 1.1.0 - 2024-12-12

- Added: PHP 8.4 support ([#39](https://github.com/wotzebra/laravel-swagger-ui/pull/39))
- Added: Option to set the server url that will be used in the swagger file ([#38](https://github.com/wotzebra/laravel-swagger-ui/pull/38))

## 1.0.0 - 2024-09-26

- Changed: Change namespace from 'NextApps' to 'Wotz' ([#36](https://github.com/wotzebra/laravel-swagger-ui/pull/36))

## 0.10.1 - 2024-07-25

- Added: Option to set page title ([#33](https://github.com/wotzebra/laravel-swagger-ui/pull/33))

## 0.10.0 - 2024-07-09

- Added: Support swagger-ui's oauth2 redirect ([#32](https://github.com/wotzebra/laravel-swagger-ui/pull/32))

## 0.9.2 - 2024-03-20

- Fixed: Use full url for swagger ui bundles urls ([#29](https://github.com/wotzebra/laravel-swagger-ui/pull/29))

## 0.9.1 - 2024-03-15

- Added: Laravel 11 support ([#30](https://github.com/wotzebra/laravel-swagger-ui/pull/30))

## 0.9.0 - 2023-12-15

- Added: PHP 8.3 support ([#25](https://github.com/wotzebra/laravel-swagger-ui/pull/25))
- Added: Config option to set validator url ([#27](https://github.com/wotzebra/laravel-swagger-ui/pull/27))

## 0.8.2 - 2023-10-30

- Added: Config option to add CSS to customize swagger-ui ([#24](https://github.com/wotzebra/laravel-swagger-ui/pull/24))

## 0.8.1 - 2023-10-30

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

## 0.8.0 - 2023-03-30

- Added: Support for multiple API versions and multiple swagger routes and files ([#21](https://github.com/wotzebra/laravel-swagger-ui/pull/21))

## 0.7.0 - 2023-02-15

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

## 0.6.0 - 2022-05-12

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

## 0.5.0 - 2022-02-25

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

## 0.4.0 - 2022-02-16

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

## 0.3.0 - 2021-10-03

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

## 0.2.0 - 2021-02-15

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

## 0.1.0 - 2020-10-16

- Initial release
