Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 1.55 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

View all Unreleased changes here

Changed

  • Removed extension.driver.php from autoload
  • Setting CWD to DOCROOT in bin\symphony to avoid issues with relative paths

Changed

  • Updated namespace from Symphony\Console to pointybeard\Symphony\Extensions\Console in efforts to standardise namespaces across multiple projects

Added

  • Added CommandIterator and CommandIteratorIterator classes

Changed

  • Updated AbstractCommand to use CommandIterator instead of CommandAutoloader::fetch()
  • Removed CommandAutoloader::fetch() method in favour of using CommandIterator and CommandIteratorIterator

Changed

  • Major rewrite to use pointybeard/helpers meta packages.
  • Namespace changed from Symphony\Console\Lib to Symphony\Console\Console
  • Commands are now stored in commands folder instead of bin
  • Vastly improved option and argument handling provided by pointybeard/helpers-cli-input package

0.1.0

Added

  • Initial release