-
-
Notifications
You must be signed in to change notification settings - Fork 396
Change Log
Darius Matulionis edited this page Sep 11, 2020
·
1 revision
- Multi documentation support.
- Configuration changes.
- Blade View change.
- Drop OpenAPI Spec 2.0 compatibility.
- See migration
- Swagger UI 3.
- Configuration changes.
- Assets dependency dropped. Now includes from composer package.
- See migration
- Laravel 5.4 support
- Middleware support for routes (#43) (@tantam)
- Allow to change swagger base path in generation process
- Allow to define constants in config which can be used later in annotations
- Tests fix form L5.3 and PHP >= 5.6
- Update swagger UI to 2.1.5
- Closure routes moved to controller and got names (thanks to @bbs-smuller #19)
- Added option to rename generated API .json file name
- More accurate naming and structured config
- Swagger UI - v2.1.4
- Tests