IntelliJ Elixir v11.3.0 The Changeset API Pattern

Interceptor v0.5.3 🚀 Intercept all Foo functions with Foo.*/* config

With the new Interceptor v0.5.3 version, you can now intercept all your module functions with a single configuration entry using wildcards: intercept “Foo.*/*”, on_success: “Callbacks.happy/3”.

This should significantly simplify your interception configurations 🔧!

https://github.com/amalbuquerque/interceptor