Skip to content

v0.7.8

Choose a tag to compare

@github-actions github-actions released this 15 Apr 15:16
· 74 commits to main since this release
v0.7.8
092f5ea

[0.7.8] - 2022-04-15

Bug Fixes

  • Wrong help messages for helpers
  • Unrenderable sources were not registered into registry

Documentation

  • Adjust formatting in helpers' API docs and usage messages
  • Add API docs for helper if_os and unless_os

Features

  • Config renderablility globally or per-group explicitly
  • Allow conditioning on os-release info with if_os and unless_os helpers

Miscellaneous Tasks

  • Update log messages and documentation for the new renderable key

Performance

  • Lazy load non-renderable files

Styling

  • Reuse helper's help strings internally

Testing

  • Add tests for helpers if_os and unless_os