Releases: BerkleyTechnologyServices/restdocs-spec
Releases · BerkleyTechnologyServices/restdocs-spec
0.23
0.22
0.21
0.20
With this release we've finally got this plugin published to maven central (#19).
In addition, we had to change the groupId
to get things working correctly so please make sure and update your pom.xml
:
<plugin>
<groupId>io.github.berkleytechnologyservices</groupId>
<artifactId>restdocs-spec-maven-plugin</artifactId>
<version>0.20</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
0.19
New Features
- Added support for Postman Collection specification (#105)
- Added a new
restdocs-spec:aggregate
mojo that will allow generation of a single spec file from across all modules in a multi-module project (#102)
Bug Fixes
- Open API v3: Server URL was incorrectly generated when host included a port (#85)
Chore
- update restdocs-api-spec to v0.10.0 (#88)