Features:
- 158 Filters options
allow_nil: true
Option can be set at the resource levelResource.filters_accept_nil_by_default = true
. By default this is set to false. (@zeisler) - 157 Using attribute option schema: false. This option is default true and is not effected by only and except options. (@zeisler)
Features:
- #126 Render helpful user-facing errors when a write payload is invalid (@wadetandy)
Fixes:
- #136 Fix remote belongs_to links (@richmolj)
Misc:
- #123 Throw better error when polymorphic type not found.
Fixes:
- #130 Run query blocks in resource context (@richmolj)
Fixes:
- #125 Fix destroy with validation errors (@mihaimuntenas)
Fixes:
- #127 Avoid Rails eager loading edge case with polymorphic resources (@richmolj)
Features:
- #153 Add after_graph_persist hook. This hook fires after the graph of resources is persisted and before validation. (@A-Boudi)