-
-
Notifications
You must be signed in to change notification settings - Fork 76
Releases: ash-project/ash_json_api
v1.6.6
Bug Fixes:
-
handle Union types in serialization by @zachdaniel
-
honor read action on related routes by @zachdaniel
Improvements:
Assets 2
v1.6.5
Assets 2
v1.6.4
Bug Fixes:
-
don't accept private arguments over JSON:API endpoints by @zachdaniel
-
fix pagination for JSON:API related routes (#425) by Dgoz101 (#425)
Improvements:
Assets 2
v1.6.3
Improvements:
-
support
field? :falsecalculations by @zachdaniel -
handle Reactor.Error.Invalid.RunStepError in error conversion (#424) by @Torkan (#424)
Assets 2
v1.6.2
Bug Fixes:
- handle wrapper errors with empty inner errors list (#423) by @barnabasJ (#423)
Improvements:
- support the new
public?option on actions by @zachdaniel
Assets 2
v1.6.1
v1.6.0-rc.2
Improvements:
- add dedicated calculation argument transformer by @zachdaniel
Assets 2
v1.6.0-rc.1
Improvements:
- add builtin transformers
:camelizeand:dasherizeby @zachdaniel
Assets 2
v1.5.1
Bug Fixes:
-
ensure action inputs are sorted by @zachdaniel
-
fixing keyerror in GET /:id with includes (#400) by srikanthkyatham (#400)
-
fixing keyerror in GET /:id with includes by srikanthkyatham (#400)
Assets 2
v1.4.45
Bug Fixes:
-
remove unnecessary warning for recursive embedded types (#386) by Scott Bennett (#386)
-
allow posting through related properly (#385) by Geoffrey Lessel (#385)
-
return correct id when posting through related by Geoffrey Lessel (#385)
-
empty includes should not crash (#383) by Cyprien Poisson (#383)
-
handle cross-domain fields[{type}] requests by @zachdaniel