Releases: ash-project/ash_json_api
v1.4.44
Bug Fixes:
- handle $ref type schemas by @zachdaniel
v1.4.43
Bug Fixes:
- don't use request bodies for get requests by @zachdaniel
v1.4.41
Improvements:
-
don't make
data
required unnecessarily by @zachdaniel -
support
conn
option in test request functions by @zachdaniel -
use default_fields as fields example by @zachdaniel
v1.4.40
Bug Fixes:
-
recursive input types (#371) by @barnabasJ
-
include generic GET action arguments as query parameters in JSON schema (#368) by horberlan
Improvements:
-
use more idiomatic error messages on schema failures by @zachdaniel
-
handle infinitely nested embeds via refs by @zachdaniel
-
make error clearer for unused route params by @zachdaniel
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