Skip to content

Latest commit

 

History

History
170 lines (88 loc) · 5.9 KB

CHANGELOG.md

File metadata and controls

170 lines (88 loc) · 5.9 KB

Release Notes

v2.9.0 - 2024-01-16

v2.8.7 - 2024-01-09

  • [2.x] Compile [@servers](https://github.com/servers) When Array is in Multiple Lines by @devajmeireles in #270
  • [2.x] Bugfix: Allowing [@setup](https://github.com/setup) Variables into [@servers](https://github.com/servers) by @devajmeireles in #272

v2.8.6 - 2023-01-10

Added

  • Laravel v10 Support by @driesvints in #261

v2.8.5 - 2022-12-13

Fixed

  • Fix STDERR Output by @amayer5125 in #257
  • Add input and output properties to Command by @driesvints in #259

v2.8.4 - 2022-08-23

Changed

  • Add $__task so available in @setup by @arwinvdv in #254

v2.8.3 - 2022-06-07

Fixed

  • Fix hostname returned when multiple host aliases are defined by @h3xx in #250

v2.8.2 - 2022-02-08

Changed

  • Add @before hook (#242

Fixed

  • Fix passing null to file_exists (50597d8)

Changed

  • Laravel 9 Support (#239)

Fixed

  • Fix PHP 8.1 warnings (#238)

Fixed

  • Fix trim on windows for listed story tasks (#236)

Changed

  • Get value of snake case variables (#235)

Added

  • Microsoft Teams notifications (#224)

Added

  • Add success callbacks (#219)

Changed

  • Pass exit code to finished callbacks (#220)

Added

  • Allow hyphenated options (#212)

Added

  • PHP 8 Support (#204)

Fixed

Added

  • Laravel 8 support (#201)

Added

Added

  • Add Telegram notifications support (#192)

Fixed

  • Fix a bug with story overriding arguments (65d779c)

Changed

  • Drop support for PHP 7.1 (ccbc9e0)
  • Drop support for Laravel 4.x and 5.x (b80e909)
  • Allow task arguments to override story ones (#157)
  • Cycle through different colors for each host (#164, 7582ba3)

Fixed

  • Fix line splitting when reading story code (#168)

Fixed

  • Fixed an issue with argument parsing (#182)

Fixed

  • Use fromShellCommandline for process input (f25b2aa)

Fixed

  • Convert command to array format (#174)

Changed

  • Allow Symfony 5 (#172)

v1.0.0 (2014-02-10)

Initial commit.