Skip to content

Releases: R3VoLuT1OneR/doctrine-rest

Version 0.4.0

29 Feb 13:59
Compare
Choose a tag to compare
  • Doctrine 2.14.0 support
  • Doctrine annotations 2.0 support
  • XDebug for dev environment

Version 0.3.2

10 Jan 22:38
Compare
Choose a tag to compare
  • Fix strict string filter
  • Do not include relationships links for empty relationships.

v0.1.4

23 Dec 06:55
Compare
Choose a tag to compare

Make $property attribute nullable. So later on, in case it is not a string (it is null) then we don't apply the filter (expected behaviour).

Filter strict loose

22 Dec 12:17
4c98ffc
Compare
Choose a tag to compare

Filter strict loose implementation.

fix: Filter strict loose implementation.

22 Dec 13:59
Compare
Choose a tag to compare

Filter strict loose implementation

Filter strict loose

22 Dec 12:27
Compare
Choose a tag to compare

Filter strict loose implementation.

Fix implementation and unittest

16 May 19:36
Compare
Choose a tag to compare
0.2.2

fix units test

Upgrade symfony/http-foundation

16 May 19:23
Compare
Choose a tag to compare
0.2.1

Support PHP 8.0.2 only

Support only PHP 8

16 May 19:21
Compare
Choose a tag to compare
0.2.0

Support PHP 8.0.2 only

Improved create/update actions

02 Jun 09:52
Compare
Choose a tag to compare

Small updates to create\update actions.
Added RestRequestContract params to some methods, that allow us more convenient actions customization.

  • Added RestRequestContract param to the create/update callbacks.
  • Created new hydrateRootEntity method that have RestRequestContract param.