What's Changed
- Add ability to render documentation by @DannyBen in #417
- Refactor module loading with autoload by @DannyBen in #418
- Add
bashly add render_markdown
library by @DannyBen in #419 - Refactor markdown template by @DannyBen in #420
- Add ability to render man pages and
bashly add render_mandoc
library by @DannyBen in #422 - Improve manpage template by @DannyBen in #423
- Refactor render command with RenderSource model by @DannyBen in #424
- Allow arbitrary (
x-anything
) keys in bashly.yml by @DannyBen in #427 - Refactor arbitrary options from x- to x_ by @DannyBen in #428
- Refactor mandoc template to use
x_mandoc_footer
andx_mandoc_authors
by @DannyBen in #429 - Update mandoc and markdown templates and examples by @DannyBen in #430
- Document rendering improvements by @DannyBen in #432
Full Changelog: v1.0.8...v1.1.0