Skip to content

Releases: sudoblockio/tackle

v0.5.1

17 Jul 13:44
ae49364
Compare
Choose a tag to compare

0.5.1 (2023-07-17)

Bug Fixes

  • issue with hook defaults being overwritten when called - remove unneeded code modifies hook (d1dbde0)
  • regression in how args are parsed in main (c9369b2)

v0.5.0

11 Jul 17:58
c39af88
Compare
Choose a tag to compare

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)

v0.4.11

15 Mar 01:06
7e050ac
Compare
Choose a tag to compare

0.4.11 (2023-03-14)

Bug Fixes

  • add better exception handling for missing key in match hook (64c9ee1)
  • error context showing None for (4b1d1fe)

v0.4.10

28 Dec 21:24
b891259
Compare
Choose a tag to compare

0.4.10 (2022-12-28)

Provider Changes

  • add more options to filter hidden files / dirs in hook (bb53f3d)

v0.4.9

20 Dec 16:27
a639287
Compare
Choose a tag to compare

0.4.9 (2022-12-20)

Bug Fixes

  • allow ambiguous keys like 'namespace' to be used as string renderables (c1f1886)

v0.4.8

14 Dec 08:57
ceefe6a
Compare
Choose a tag to compare

0.4.8 (2022-12-14)

Bug Fixes

  • no_input not being carried into declarative hook calls (236aa4a)

v0.4.7

12 Dec 10:27
8091f8a
Compare
Choose a tag to compare

0.4.7 (2022-12-12)

Bug Fixes

  • override blocks / nested inputs (3601fd5)
  • override inputs so that they are able to apply to declarative hook execs and are passed through remote calls (d3ccf0a)

v0.4.6

07 Dec 22:56
9651600
Compare
Choose a tag to compare

0.4.6 (2022-12-07)

Bug Fixes

  • render vars coming from field in hook that maps a dict to fields (df6846b)

v0.4.5

06 Dec 17:39
d915a58
Compare
Choose a tag to compare

0.4.5 (2022-12-06)

Bug Fixes

  • error using method from hook from dir #113 (1dbf214)
  • render return in dcl hook (9970987)

Provider Changes

  • allow yaml hook to read documents as lists (f2fa091)

Refactors

  • clean up function_exceptions test (7c73c31)
  • more stuff to sudoblockio (77615b1)
  • move repo to sudoblockio (33b3a6d)

v0.4.4

03 Dec 19:32
dc0b189
Compare
Choose a tag to compare

0.4.4 (2022-12-03)

Bug Fixes

  • carry call_directory and env through hook calls (cfe1431)
  • error parsing multiple args in declarative hook #106 (6181275)

Provider Changes