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.
- Router parameter & return type-hints.
- Dropped support for php 7.0.
- Deprecation warnings for php 8+.
- Output->line() argument type-hint.
- Command router.
- Use of undefined constant STDOUT / STDIN.
- Input implementation.
- Output implementation.
- ExitException.