0.2.11
Fixes and enhancements
- Tab-group switching for snippets and other fragments. See Groups for more details. #107/#11/#63 by @gsechaud and @raboof
- Auto-expanding navigation #114 by @pvlugter
- Custom directives to be added to sbt setting #115 by @pvlugter
- Fixes extref docs #82 by @xuwei-k
- Fixes AppVeyor failing tests with
-Dfile.encoding=UTF8
#112 by @eed3si9n - Removes global cache for templates to allow changes #108 by @pvlugter
Custom directives
Custom directives can be added more easily:
paradoxDirectives += { context: Writer.Context =>
new SignatureDirective(context.location.tree.label)
}