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

zend-stdlib 3.1.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 13 Sep 14:41
· 141 commits to master since this release

Added

  • #63 adds a new Zend\Stdlib\ConsoleHelper class, providing minimal support for writing output to STDOUT and STDERR, with optional colorization, when the console supports that feature.

Deprecated

  • #38 deprecates Zend\Stdlib\JsonSerializable, as all supported version of PHP now support it.

Removed

  • Nothing.

Fixed

  • Nothing.