Skip to content

7.x-2.11

Compare
Choose a tag to compare
@e0ipso e0ipso released this 16 Jun 06:38
· 12 commits to 7.x-2.x since this release

[BUGFIX] Remove a pagination warning

d2b4a14 by Mateu Aguiló Bosch (G)

When the new pagination parameter comes back empty.

:100644 100644 d377997... 1d2a8ac... M  src/Plugin/resource/DataProvider/DataProvider.php

[FEATURE] Cache the already embedded content

a9d0cc4 by Mateu Aguiló Bosch (G)

If two entities of the top resource point to the same entity, then
it's embedded twice. For performance reasons we want to calculate
it once and cache the result througout the request.

:100644 100644 1115139... f5a34e4... M  src/Plugin/formatter/FormatterJsonApi.php