Skip to content

0.2.11

Compare
Choose a tag to compare
@eed3si9n eed3si9n released this 15 May 21:20
· 529 commits to main since this release

v0.2.10...v0.2.11

Fixes and enhancements

Custom directives

Custom directives can be added more easily:

paradoxDirectives += { context: Writer.Context =>
  new SignatureDirective(context.location.tree.label)
}