All Versions
70
Latest Version
Avg Release Cycle
67 days
Latest Release
-

Changelog History
Page 3

  • v1.4.11

    October 29, 2019
  • v1.4.10 Changes

    July 29, 2019
    • ๐Ÿ‘ Allow default argument for confirm() questions by Dane Powell (#850)
    • ๐Ÿ‘ Allow command classes to end in Commands or Command by Jelle Sebreghts (#878)
    • ImageMinify: Prevent undefined variable error by Dan (#852) (#854)
    • โž• Add sample with changed file handling to Base/Watch documentation by Patrick Kollitsch (#847)
    • Clearer explanation of --load-from option by Jordan Koplowicz (#872)
    • ๐Ÿ›  Fix PHPDoc @param and @return type hints by Andor (#886)
    • โšก๏ธ Update PHPDoc mismatch by Filippo Tessarotto (#883)
  • v1.4.9

    March 19, 2019
  • v1.4.7 Changes

    • ๐Ÿš€ Re-release 1.4.6 to remove artifacts inadvertantly added to tagged release.
  • v1.4.6 Changes

    • Extend ConfigAwareTrait from consolidation config (#838)
  • v1.4.5 Changes

    • ๐Ÿ‘Œ Improved paramameter injection (#822)
  • v1.4.4 Changes

    • โž• Add stderr() convenience method to Robo\Common\OutputAwareTrait.
  • v1.4.0 Changes

    • ๐Ÿ›  BUGFIX: Back out 1.3.5, which contained breaking changes. Create a 1.x branch for continuation of compatible versions, and move breaking code to 2.x development (on master branch).
  • v1.3.4 Changes

    • ๐Ÿ‘ Allow for aborting completions or rollbacks by James Sansbury (#815)
    • ๐Ÿ›  BUGFIX: Allow commands to declare '@param InputInterface' to satisfy code style checks
  • v1.3.3 Changes

    • โž• Add StdinHandler to the standard Robo DI container (#814)
    • ๐Ÿ›  BUGFIX: Add test to ensure rollback order is in reverse by James Sansbury (#812)
    • ๐Ÿ›  BUGFIX: Fix the main Robo script entrypoint to work as a phar. (#811)