File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Removed
15
15
16
+ ## [ 3.2.0] - Wednesday, 12 December 2018
17
+ ### Changed
18
+ - API groups are now sorted "naturally" (https://github.com/mpociot/laravel-apidoc-generator/pull/428 )
19
+
20
+ ### Fixed
21
+ - Partial resource controllers are now properly supported (https://github.com/mpociot/laravel-apidoc-generator/pull/429 )
22
+ - PUT request body now formatted as ` urlencoded ` in Postman collection (https://github.com/mpociot/laravel-apidoc-generator/pull/418 )
23
+ - ` @responseFile ` strategy now properly renders responses (https://github.com/mpociot/laravel-apidoc-generator/pull/427 )
24
+
16
25
## [ 3.1.1] - Wednesday, 5 December 2018
17
26
### Added
18
27
- Ability to specify different responses for different status codes. (https://github.com/mpociot/laravel-apidoc-generator/pull/416 )
You can’t perform that action at this time.
0 commit comments