Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

v2.1.0 (2017-07-18)

Compare
Choose a tag to compare
@skalpa skalpa released this 18 Jul 19:18
· 8 commits to master since this release
  • Allow Silex applications to listen to console events
  • Deprecated Knp\Console\ConsoleEvents::INIT
  • Added the console.class parameter
  • Added the console.command.ids parameter
  • Added support for the lint:twig and debug:twig commands from symfony/twig-bridge
  • Added support for the lint:yaml command from symfony/yaml
  • Added symfony/web-server-bundle support
  • [Minor BC break] The console constructor does not boot the Silex application anymore. You can set the console.boot_in_constructor parameter to true if your code depends on the old behavior.