Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Latest commit

 

History

History
137 lines (74 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

137 lines (74 loc) · 2.02 KB

Changelog

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

1.4.3 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.4.2 - 2019-01-22

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #20 fixes a circular dependency lookup issue that would result in nested wrapping of a callable for use as an RPC controller.

1.4.1 - 2019-01-07

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #19 fixes a circular dependency issue in the RpcControllerFactory.

1.4.0 - 2018-05-03

Added

  • #17 adds support for PHP 7.1 and 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #17 removes support for HHVM.

Fixed

  • Nothing.

1.3.1 - 2016-10-11

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #11 fixes a typo in an import statement.
  • #12 fixes registration of the ViewJsonFactory, ensuring it registers at its original priority of 100.

1.3.0 - 2016-07-12

Added

  • #10 adds support for v3 releases of Zend Framework components, while retaining compatibility with v2 releases.
  • #10 adds ZF\Rpc\Factory\OptionsListenerFactory, which was extracted from the Module class.
  • #10 exposes the module to zend-component-installer.

Deprecated

  • Nothing.

Removed

  • #10 removes support for PHP 5.5.

Fixed

  • Nothing.