You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schema model classes can now be parent classes or interfaces.
Closes#58
Custom field hydrators for Eloquent fields (set via the
`fillUsing()` method) now receive all the validated data as their
fourth argument. This allows the custom hydrator to calculate a
value to fill into the model based on multiple JSON:API field
values.
Closes#65
0 commit comments