4.0.0 (2024-01-13)
Features
- avoid multiple types of select calls (36c5410)
BREAKING CHANGES
- remove the calls for include selects
Middleware that relied on calls with the "select" action for select
objects within an include will no longer be able to use that call.
Instead use the parent "include" action to modify the selected fields,
or use the "select" action for the relation within that select object.