Skip to content

Releases: korthout/Cantis

v0.2 JSON Formatting

16 Apr 17:50
Compare
Choose a tag to compare

Cantis can now output your glossary in JSON format.

Add --format json to the cli command or add <format>json</format> to your configuration of the maven plugin. The human readable format is also still available as the default for now, but you can also specify it explicitly by using plain as your format.

Take a look at cantisfile.json to see what this looks like when cantis is used on its own codebase.

Breaking changes

  • @Term replaces @GlossaryTerm

Bugfixes

  • Annotations annotated with @Term will now also become part of the glossary #12

v0.1

08 Jan 19:50
Compare
Choose a tag to compare
chore(release):copy for tag v0.1