Skip to content

v0.2 JSON Formatting

Latest
Compare
Choose a tag to compare
@korthout korthout released this 16 Apr 17:50
· 47 commits to master since this release

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