Releases: ash-project/ash_json_api
Releases · ash-project/ash_json_api
v1.4.39
v1.4.38
Bug Fixes:
-
check for impl for all classes of errors. (#365) by @barnabasJ
-
make composite primary key path param behavior opt-in by @zachdaniel
-
properly apply fetch/get logic on records w/ composite primary keys by @zachdaniel
v1.4.37
Bug Fixes:
-
uniq linkage for display, but only when necessary by @zachdaniel
-
explicit linkage of empty relationships (#357) by Cyprien Poisson
Improvements:
- add always_include_linkage param to resources (#362) by Cyprien Poisson
v1.4.36
Bug Fixes:
-
expect fields in meta by @zachdaniel
-
handle relationship inputs w/o
id
in them by @zachdaniel -
improve error handling around invalid relationship inputs by @zachdaniel
-
fix pattern match error while validating relationship inputs by @zachdaniel