Skip to content

Releases: Kdyby/Console

v2.4.0

14 Jun 16:17
Compare
Choose a tag to compare
  • Fixes E_DEPRECATED errors in new Symfony versions
  • Fixed exception code range
  • Fixed opening tracy in browser

This release is for Nette ~2.3

v2.3.2

14 Jun 16:17
Compare
Choose a tag to compare
  • Fixes E_DEPRECATED errors in new Symfony versions
  • Fixed exception code range
  • Fixed opening tracy in browser

This release is for Nette 2.2.*

v2.3.1

04 Apr 17:44
Compare
Choose a tag to compare
  • Always register Console\Application but replace router only in cli and when enabled

This release is for Nette ~2.2

v2.2.3

02 Feb 02:16
Compare
Choose a tag to compare
  • Always register Console\Application but replace router only in cli and when enabled

This release is for Nette 2.1.*

v2.3.0

27 Jul 15:28
Compare
Choose a tag to compare
  • Bumped dependency on Nette to 2.2
  • Bumped dependency on Symfony/Console to ~2.5
  • Fixed behaviour when console is not run from cli and exception occurs
  • On unknown or ambiguous command log only message

v2.2.2

27 Jul 15:27
Compare
Choose a tag to compare
  • Bumped dependency on Symfony/Console to ~2.5
  • Fixed behaviour when console is not run from cli and exception occurs
  • On unknown or ambiguous command log only message

v2.2.1

27 Jul 15:21
Compare
Choose a tag to compare
  • Locked dependency on Nette to 2.1.*

v2.2.0

27 Jul 15:21
Compare
Choose a tag to compare
  • Fixed calling of Nette\Application\Application::onError(), so you can depend on it. All exceptions in console should be passed there for your listeners.

v2.1

27 Jul 15:18
Compare
Choose a tag to compare
  • Fixed enforced application error codes (BC Break)
  • Optional events dispatching from Console\Application to Kdyby/Events
  • CallInjects on every command that is invoked (expects that command services have inject: off)

v2.0.1

27 Jul 15:09
Compare
Choose a tag to compare
  • Bumped dependency on Nette to ~2.1@dev
  • Compilation of extension can be turned off and on by an option