Releases: graphiti-api/graphiti
Releases · graphiti-api/graphiti
Add polymorphic_has_one
v1.2.12 bump version
Fix complex hash filtering
v1.2.10 bump version
Fix cases where resources apply memoization
v1.2.9 bump version
Allow procs and symbols for relationship readable/writable
v1.2.6 bump version
Allow custom matches for hash types
v1.2.5 bump version
Allow disabling logger
v1.2.4 bump version
Allow use of dry-types 1.x
v1.2.3 Bump version
Lock version of jsonapi-renderer
Merge pull request #156 from richmolj/master Lock version of jsonapi-renderer
Graphiti 1.2 Released!
Read about it in our blog
Show helpful errors when user submits invalid write payloads
Features:
- #126 Render helpful user-facing errors when a write payload is invalid (@wadetandy)
Fixes:
Misc:
- #123 Throw
better error when polymorphic type not found.