Skip to content

7.x-2.10

Compare
Choose a tag to compare
@e0ipso e0ipso released this 03 Jun 17:17
· 14 commits to 7.x-2.x since this release

[FEATURE] Support JSON API friendly parameters (#924)

b5f3cf3 by Mateu Aguiló Bosch (N)

And have better JSON API compliance.

:100644 100644 3d01864... 5bb38e5... M  src/Http/Request.php
:100644 100644 182539d... 8010523... M  src/Http/RequestInterface.php
:100644 100644 8d9a31f... 5a98421... M  src/Plugin/formatter/Formatter.php
:100644 100644 1b21302... 7716c92... M  src/Plugin/formatter/FormatterHalJson.php
:100644 100644 4af48da... 620afbf... M  src/Plugin/formatter/FormatterJson.php
:100644 100644 5cbc618... 1115139... M  src/Plugin/formatter/FormatterJsonApi.php
:100644 100644 850380b... d377997... M  src/Plugin/resource/DataProvider/DataProvider.php
:100644 100644 3f45095... 4b3bef0... M  src/Plugin/resource/Field/ResourceFieldEntity.php
:100644 100644 40b50a3... 1a881e9... M  src/Plugin/resource/Resource.php
:100644 100644 472387b... e884822... M  tests/RestfulJsonApiTestCase.test
:100644 100644 5bc40d7... e372d83... M  tests/RestfulListTestCase.test
:100644 100644 42ee4c1... 4484523... M  tests/RestfulSimpleJsonTestCase.test

[BUGFIX] Use the table alias for property nested filters

a4c5784 by Mateu Aguiló Bosch (G)

Property based nested filters have to use the table alias, since
that is the one being overridden in every loop.

:100644 100644 7632764... 1733175... M  src/Util/EntityFieldQuery.php

[BUGFIX] Resource type and identifier pairs must be unique. (#918)

6cfe8c2 by Abdul Asiq Khan (N)

In to-many relationships.

:100644 100644 e9f38eb... 5cbc618... M  src/Plugin/formatter/FormatterJsonApi.php