Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 745 Bytes

File metadata and controls

35 lines (27 loc) · 745 Bytes

Changelog

All notable changes to Neat Console components will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.5]

Fixed

  • Router parameter & return type-hints.

[0.1.4]

Changed

  • Dropped support for php 7.0.

Fixed

  • Deprecation warnings for php 8+.

[0.1.3] - 2020-04-30

Fixed

  • Output->line() argument type-hint.

[0.1.2] - 2020-04-21

Added

  • Command router.

[0.1.1] - 2019-11-27

Fixed

  • Use of undefined constant STDOUT / STDIN.

[0.1.0] - 2019-10-28

Added

  • Input implementation.
  • Output implementation.
  • ExitException.