Releases: stoicflame/enunciate
Enunciate 2.8.0
Enunciate 2.7.0
Enunciate 2.7 is a maintenance release that includes a number of bug fixes and enhancements.
Enunciate 2.6.0
Enunciate 2.6 includes:
- Support for Bean Validation annotations.
- Example request/response in generated documentation
- Support for Jackson mix-in annotations.
- A number of other bug fixes and enhancements
Enunciate 2.5.0
Enunciate 2.5 includes some minor bug fixes and support for Spring's @ModelAttribute
annotation.
Enunciate 2.4.0
Enunciate 2.4 provides support for a JavaScript Client Library. Also included are a large number of bug fixes and enhancements.
Enunciate 2.3.0
Enunciate 2.3 provides a large number of bug fixes and enhancements.
Enunciate 2.2.0
Enunciate 2.2 includes support for Spring Web annotations as an alternative to JAX-RS annotations for defining the Web service API. The spring-web
module is enabled by default and will be activated when Enunciate detects classes annotated with org.springframework.stereotype.Controller
or org.springframework.web.bind.annotation.RestController
.
Enunciate 2.2 also includes a number of other feature requests and bug fixes.
Enunciate 2.1.1
Enunciate 2.1.1 is a patch release providing a fix for broken @ResourceGroup
mechanism reported at #153.
Enunciate 2.1.0
Enunciate 2.1 includes a bunch of new features and bug fixes.
Enunciate 2.0.0
Enunciate 2.0.0 is a complete overhaul of the Enunciate engine to support an improved architecture and a more robust tooling foundation. Enunciate 2.0.0 includes, among many other things, support for Java 8 and native support for JSON.