[x] A new <tags> setting in the XML config for defining available @api-group group names, along with an additional description. https://github.com/vimeo/mill/pull/224
[x] A new <description /> setting in the <info> XML config section for setting the info.description section of compiled OpenAPI specifications. https://github.com/vimeo/mill/pull/237
[x] Now loading the full contents of a file in order to determine the FQN of the file/class. This resolves a bug where we'd pull file partials, and end up finding bad FQNs that would break documentation generation. https://github.com/vimeo/mill/issues/192
Added
<tags>
setting in the XML config for defining available@api-group
group names, along with an additional description. https://github.com/vimeo/mill/pull/224<description />
setting in the<info>
XML config section for setting theinfo.description
section of compiled OpenAPI specifications. https://github.com/vimeo/mill/pull/237Changed
@api-return
annotations. https://github.com/vimeo/mill/pull/236@api-error
message string templates. https://github.com/vimeo/mill/pull/223@api-group
annotation so it's now configured through a<tags>
setting in the XML config. https://github.com/vimeo/mill/pull/224Fixed