-
Notifications
You must be signed in to change notification settings - Fork 46
Change Log
Will Kennedy edited this page Jul 25, 2014
·
25 revisions
0.3.4
- Added support for Java 8
- Added support for Swagger 1.3.7
- Added support for PATCH http method (https://github.com/wkennedy/swagger4spring-web/issues/81)
0.3.3
- Request method from a class level @RequestMapping annotation is not honored #47 (https://github.com/wkennedy/swagger4spring-web/issues/47)
- Fix for @Api position (https://github.com/wkennedy/swagger4spring-web/issues/52)
- Add support for @RestController annotation (https://github.com/wkennedy/swagger4spring-web/issues/35)
- Content Type from a class level @RequestMapping annotation is not honored (https://github.com/wkennedy/swagger4spring-web/issues/41)
0.3.2
- Update to Swagger 1.3.2 (https://github.com/wkennedy/swagger4spring-web/issues/38)
- Non ApiParam/PathVariable showing is documentation (https://github.com/wkennedy/swagger4spring-web/issues/44)
- Bug fixes and improvements from dayman (https://github.com/wkennedy/swagger4spring-web/pull/37)
- Adding slash to beginning of resourcePath when building ApiListing if not present. Fix from dhoff1985 (https://github.com/wkennedy/swagger4spring-web/pull/39)
- Filtering feature added by dayman (https://github.com/wkennedy/swagger4spring-web/pull/40)
0.3.1
- Correctly default to the method in the RequestMapping if no httpMethod is specified in the ApiOperation (https://github.com/wkennedy/swagger4spring-web/issues/32)
- Excluded dependency jackson-module-scala_2.10 from swagger-core_2.10. Added latest jackson-module-scala_2.10 dependency. (https://github.com/wkennedy/swagger4spring-web/issues/33)
0.3.0
- Updated for Swagger 1.3 support
- Fix dependency scope issues for test and logging frameworks (https://github.com/wkennedy/swagger4spring-web/issues/23)
- Add the ability to construct basePath using referer URL if basePath is empty (https://github.com/wkennedy/swagger4spring-web/pull/27)
0.2.0
- Updated to user version 1.2.5 of Swagger (https://github.com/wkennedy/swagger4spring-web/issues/20)
- Add the ability to exclude a controller or individual methods from generating Swagger documentation by utilizing the @ApiExclude annotation. (https://github.com/wkennedy/swagger4spring-web/pull/17)
- Documentation of unused (directly in method) path variables (https://github.com/wkennedy/swagger4spring-web/pull/15)
- Scanned ApiDocumentationController is not excluded in the processControllers method (https://github.com/wkennedy/swagger4spring-web/pull/13)
- Adding support for multiple controller classes sharing the same resource path (https://github.com/wkennedy/swagger4spring-web/pull/11)
0.1.9
- Added ability to ignore specified annotations (https://github.com/wkennedy/swagger4spring-web/pull/10)
0.1.8
- Update to Swagger 1.2.4
- Allow the ability to set more than one package for controllers and models (https://github.com/wkennedy/swagger4spring-web/issues/9)
- Locks when base controller package contains controller extending ApiDocumentationController (https://github.com/wkennedy/swagger4spring-web/issues/8)
0.1.7
- Update to Swagger 1.2.3
- Set allowMultiple on DocumentationParameter if value is not set through annotation
0.1.6
- update to Swagger 1.2.2 - this fixes an important issue with Java generics
Version 0.1.5