Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@yannoff yannoff released this 09 Mar 20:38
· 1 commit to master since this release

Release notes

Features

Improvement in exceptions handling

  • All exception are now handled and rendered properly in Application::run() method
  • Calling a command without all mandatory arguments now raise an error message

Breaking changes

The new StreamAware interface may conflict with version 2.0 StreamAware abstract class.

Changelog

  • a60241e [chore:legal] Update license copyright end year
  • 7ea1dcc [refactor] Rework main exception handling