File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,30 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.3.5] - 2020-04-28
8
+ ### Added
9
+ - Get fields of superclass for parameter objects
10
+ - #606 - Added MonetaryAmount support, out of the box.
11
+ - #605 - Support nested parameter objects.
12
+ - #603 - Request Body can be configured as optional.
13
+ - #588 - Support of assignableTypes attribute in @ControllerAdvice .
14
+ ### Changed
15
+ - Upgrade swagger-ui to 3.25.1
16
+ - Improve Pageable support
17
+ - #608 - Improve override OpenApiResource
18
+ - #591 - Changing oauth2RedirectUrl to respect relaxed binding.
19
+ ### Fixed
20
+ - #624 - Change Return type of api-docs to
21
+ - #622 - Missing extension to schema property.
22
+ - #609 - ( self ref) for HAL hypermedia types.
23
+ - #610 , #611 - ApiResponse DEFAULT_DESCRIPTION Improvement.
24
+ - #601 - components schema not generated.
25
+ - #592 - springdoc.cache is not part of additional-spring-configuration-metadata.json.
26
+ - #597 - Request Body for Maps not available in Swagger-UI.
27
+
7
28
## [ 1.3.4] - 2020-04-19
8
29
### Fixed
9
30
- #583 - Crash on startup with 1.3.3 for kotlin app not using kotlinx-coroutines-reactor.
10
- ### Changed
11
- - Upgrade swagger-ui to 3.25.1
12
31
13
32
## [ 1.3.3] - 2020-04-18
14
33
### Added
You can’t perform that action at this time.
0 commit comments