Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 17:58
c39af88

0.5.0 (2023-06-18)

Features

  • add enum as field type for declarative hooks (5982df2)
  • remove need to calling hook methods with a period #158 - refactor get_hook (6da2cbe)

Bug Fixes

  • add better exception handling for hook call (877c3fb)
  • allow hook merging into dicts (#107) and fix index issue with merging into lists (2bccc8c)
  • calling hook with kwargs field within loop #166 (db76ea8)
  • match / block hook not handling existing contexts properly #57 #45 #51 (f47e211)

Refactors

  • many functions within the parser (62bdf21)