Skip to content

Releases: zf-fr/zfr-rest

v0.5.0

11 Mar 13:27
Compare
Choose a tag to compare
  • Support for Zend\Stdlib 2.7 and Zend\Hydrator

v0.4.5

25 Feb 22:34
v0.4.5
Compare
Choose a tag to compare
  • Remove automatic 304 Etag as it causes a lot more problems as it solves

v0.4.4

07 Feb 00:26
v0.4.4
Compare
Choose a tag to compare
  • ResourceResponseListener only modifies response if it is a ResourceViewModel

v0.4.3

06 Feb 13:10
v0.4.3
Compare
Choose a tag to compare
  • isRootTemplate now work even if you have called the renderResource helper inside a view

v0.4.2

05 Feb 14:24
v0.4.2
Compare
Choose a tag to compare
  • Does not modify status code response if an exception is contained into the MvcEvent

v0.4.1

31 Jan 16:07
v0.4.1
Compare
Choose a tag to compare
  • Make sure validation does not fail be setting an empty value if no body is present in the request

v0.4.0

31 Jan 16:02
v0.4.0
Compare
Choose a tag to compare
  • Complete rewrite of ZfrRest, please see the new documentation

v0.3.4

19 Oct 16:23
v0.3.4
Compare
Choose a tag to compare
  • ZfrRest now supports coalesce filtering for "hasMany" or "findMany" requests type through the new, optional enable_coalesce_filtering module option. If enabled, ZfrRest will be able to respond to queries like /customers?ids[]=5&ids[]=64, where ids is a configurable primary key name.
  • Fix a bug with entry points. Previously, if you had an entry point configured as "/users", ZfrRest used to match URLs like "/userssssss"

v0.3.3

01 Jun 16:39
v0.3.3
Compare
Choose a tag to compare
  • Fix an issue with camelCased associations when rendering a resource

v0.3.2

29 May 21:07
v0.3.2
Compare
Choose a tag to compare
  • Added support for OneToOne association (assuming you have a "User" entity with a OneToOne association to a "Card" entity, you can now do a POST request like "/users/4/card")