✨ New Features
The before_hook
and after_hook
now support an if
attribute to dynamically enable/disable them at runtime.
For more information, read the docs.
Thanks to @wakeful for contributing this feature!
What's Changed
- feat: Adding auto-generated docs scaffold by @yhakbar in #3876
- fix #3824 add
if
parameter tohook
block. by @wakeful in #3913
Full Changelog: v0.73.9...v0.73.10