Releases: Kdyby/Console
Releases · Kdyby/Console
v2.4.0
- 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
- 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
- Always register Console\Application but replace router only in cli and when enabled
This release is for Nette ~2.2
v2.2.3
- Always register Console\Application but replace router only in cli and when enabled
This release is for Nette 2.1.*
v2.3.0
- 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
- 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
- Locked dependency on Nette to
2.1.*
v2.2.0
- 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
- 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
- Bumped dependency on Nette to
~2.1@dev
- Compilation of extension can be turned off and on by an option