v0.2.4
Pre-release
Pre-release
In this release, I've cleaned up the code as best as I can. This release also contains a new hook, OnHook
, and the introduction of custom hook names to be mapped with OnHook
. This way, any hook name can be used to call the OnHook
method of the plugins and then return the results based on the hook name in the method's args
.
What's Changed
- Minor fixes by @mostafa in #104
- Fix
time.Duration
parsing by @mostafa in #105 - Clean-ups for CLI flag parsing by @mostafa in #106
- Hooks cleanup and merger by @mostafa in #109
- Make hooks more generic with generic gRPC methods by @mostafa in #110
Full Changelog: v0.2.3...v0.2.4