Unclaimed project
Are you a maintainer of rummage_ecto? Claim this project to take control of your public changelog and roadmap.
This release is to illustrate the actual behavior of Rummage, which is functional:
EctoSchema.rummage(query, rummage), call Rummage.Ecto.rummage(query, rummage)Default Hooks can handle any number of associations.
Hooks are more independent of each other due to a newly introduced before_hook feature. This
allows us to format rummage_params based on what a hook is expecting and keep the code clean.CustomHook with key-set pagination based on this link.