Skip to content

Releases: BerkleyTechnologyServices/restdocs-spec

0.13

24 Mar 03:13

Choose a tag to compare

The tag format has changed from:

  <tagDescriptions>
    <pets>Everything about your Pets</pets>
    <store>Access to Petstore orders</store>
  </tagDescriptions>

to:

  <tags>
    <tag>
      <name>pets</name>
      <description>Everything about your Pets</description>
    </tag>
    <tag>
      <name>store</name>
      <description>Access to Petstore orders</description>
    </tag>
  </tags>

This is more verbose but it is consistent with how scopes are defined and allows for tag names that have whitespace in the name.

See #24 and #28.

0.12

24 Mar 02:29

Choose a tag to compare

  • Do not fail on unknown properties (#30) The original fix for this disabled the wrong feature in Jackson so unknown properties are still no ignored in 0.12. This will be fixed in 0.14.

0.11

11 Mar 16:30

Choose a tag to compare

  • Project is available now through JCenter without a dependency on Jitpack