The Grape::Entity#inspect
method will no longer serialize the entity presenter with its options and delegator, but the exposed entity itself, using #serializable_hash
.
See #250 for more information.
Grape::Entity::Exposure::NestingExposure::NestedExposures.delete_if
always returns exposures, regardless of delete result (used to be nil
in negative case).
See #203 for more information.