Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 19:29
9a9fdb1

0.4.0 (2022-11-13)

Features

  • add ability to call hooks from declarative hook field defaults (8e6d503)
  • add ability to print output in yaml/toml/json from CLI (417526d)
  • add help screen for running tackle files (b054d2b)
  • add hook_dirs field so that tests can import hooks from another directory (c0b16b2)
  • allow hooks args and kwargs to be supplied as a param (a62b4db)
  • segregate hooks into public and private with ability to call them externally by supplying args/kwargs/flags via CLI (2395f91)

Bug Fixes

  • add in JinjaHook to avoid error #90 (ee3b036)
  • install requirements.txt install when there is a ModuleNotFound error on importing a provider's hook (047f542)

Refactors

Provider Changes

  • add hook (ad5b86b)
  • add hook in tackle provider (40cf028)
  • add ability to run tackle hook with args that map to default hooks args (d1c72d2)
  • add skip_overwrite_files and skip_overwrite_files to generate hook (95f31b0)
  • add update section hook (9fac6fb)
  • add wip hook for calling arbitrary CLIs (2a15c82)