mezzio / mezzio-hal

Hypertext Application Language implementation for PHP and PSR-7
https://docs.mezzio.dev/mezzio-hal/
BSD 3-Clause "New" or "Revised" License
19 stars 21 forks source link

Merge release 2.8.0 into 3.0.x #82

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

Release Notes for 2.8.0

Added

This release adds the "embed_empty_collections" configuration flag. When enabled, empty collections will still be rendered in the _embed section of the HAL payload. This feature can assist with payload consistency in scenarios where a collection may be empty.

2.8.0

Enhancement,Review Needed