Skip to content

Latest commit

 

History

History
83 lines (46 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

83 lines (46 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.6.1 - TBD

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.6.0 - 2015-09-22

Added

  • #30 updates the component to use zend-hydrator for hydrator functionality; this provides forward compatibility with zend-hydrator, and backwards compatibility with hydrators from older versions of zend-stdlib.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.5.3 - 2015-09-22

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #29 updates the zend-stdlib dependency to reference >=2.5.0,<2.7.0 to ensure hydrators will work as expected following extraction of hydrators to the zend-hydrator repository.

2.5.2 - 2015-09-14

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #27 fixes a condition where non-view model results from controllers could cause errors to be raisedin the DefaultRenderingStrategy.