Changes to Rummage as whole:
-
This release is to illustrate the actual behavior of Rummage, which is functional:
- Instead of
EctoSchema.rummage(query, rummage), callRummage.Ecto.rummage(query, rummage)
- Instead of
-
Default
Hookscan handle any number of associations.
Changes to complexity:
Hooksare more independent of each other due to a newly introducedbefore_hookfeature. This
allows us to formatrummage_paramsbased on what a hook is expecting and keep the code clean.
In Progress:
- A
CustomHookwithkey-setpagination based on this link.