Sha256: dd791b1c50187cb1bdcf2e312f22d538f98e47d06338d483c71e744006cd7b86

Contents?: true

Size: 684 Bytes

Versions: 6

Compression:

Stored size: 684 Bytes

Contents

Upgrading Grape Entity
===============

### Upgrading to >= 0.6.0

#### Changes in Grape::Entity#inspect

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](https://github.com/ruby-grape/grape-entity/pull/250) for more information.

### Upgrading to >= 0.5.1

#### Changes in NestedExposures.delete_if

`Grape::Entity::Exposure::NestingExposure::NestedExposures.delete_if` always returns exposures, regardless of delete result (used to be `nil` in negative case).

See [#203](https://github.com/ruby-grape/grape-entity/pull/203) for more information.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
grape-entity-0.8.1 UPGRADING.md
grape-entity-0.8.0 UPGRADING.md
grape-entity-0.7.1 UPGRADING.md
grape-entity-0.7.0 UPGRADING.md
grape-entity-0.6.1 UPGRADING.md
grape-entity-0.6.0 UPGRADING.md