Skip to content

v0.7.7

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 13:25
· 67 commits to main since this release
v0.7.7
4203e88

[0.7.7] - 2022-04-05

Bug Fixes

  • Do not silently pass unreadable sources while initializing registry

Documentation

  • Add examples for using arrays in [context] to match attributes
  • Add mandatory double quotes for usage examples for helpers

Features

  • Template a group if any component of its name exists as a context key
  • Match negated (list of) elements in block helpers
  • Allow arrays from templating contexts to serve as conditions

Miscellaneous Tasks

  • [breaking] Change for_XX helper names to if_XX
  • Resolve warnings generated by cargo-clippy

Performance

  • Minor optimization when matching condition is an array

Refactor

  • Remove negated matching in block helpers
  • Move negated matching to separate helpers
  • Prepare for unit testing of helpers

Testing

  • Add unit tests for templating helpers
  • Use deterministic dummy functions for tests