Skip to content

Releases: my127/workspace

0.3.2

22 Feb 13:21
Compare
Choose a tag to compare

What's Changed

Implemented enhancements

Fixed bugs

Other Changes

New Contributors

Full Changelog: 0.3.1...0.3.2

0.3.2-rc.1

21 Feb 15:09
Compare
Choose a tag to compare
0.3.2-rc.1 Pre-release
Pre-release

What's Changed

Fixed bugs

Other Changes

New Contributors

Full Changelog: 0.3.1...0.3.2-rc.1

0.3.1

16 Feb 09:19
7c87708
Compare
Choose a tag to compare

What's Changed

Fixed bugs

  • Fixes #144 - Exit code and output stream changes by @g-foster2 in #145

Full Changelog: 0.3.0...0.3.1

0.3.0

08 Feb 11:37
9a527f2
Compare
Choose a tag to compare

What's Changed

Implemented enhancements

  • Remove ignore platform reqs. by @dantleech in #122
  • Bump twig/twig from 2.14.8 to 2.14.11 by @dependabot in #119
  • Error Formatter by @dantleech in #123
  • Update curl target by @dantleech in #120
  • Add self-update command by @jameshalsall in #91
  • Create sha256sum file with release by @andytson-inviqa in #128
  • Add a version command and a version check for projects and harnesses by @andytson-inviqa in #131
  • PHP 8.1 support by @g-foster2 in #134
  • Move the external php-library packages to local directory [0.3.x] by @g-foster2 in #137
  • Improved message when interpreter is missing from Command script. by @g-foster2 in #140
  • Support double dashes in command usage by @g-foster2 in #138
  • Display the sources of attribute in config dump by @g-foster2 in #139
  • Exit codes etc by @dantleech in #141
  • Update README.md by @g-foster2 in #142

Fixed bugs

  • Change non-error handled php logs to use stderr by @andytson-inviqa in #129
  • Fix ws PHAR filename by @g-foster2 in #143

Full Changelog: 0.2.1...0.3.0

0.2.1

04 Feb 10:58
bf9e43c
Compare
Choose a tag to compare

What's Changed

Implemented enhancements

Fixed bugs

Full Changelog: 0.2.0...0.2.1

0.2.0

28 Jan 15:56
f3743a2
Compare
Choose a tag to compare
  • Support asking for filepaths during ws create (#63) (9a23db9) by Kieren Evans
  • Hardcode global service commands (#94) (e384783) by Patrick
  • Add support for multiple harness layers in a workspace (#93) (25667ec) by andytson-inviqa
  • Phpstan Level 5 (#107) (dbe7ac0) by dantleech
  • Refactor Package Repository (#105) (7c9e4d9) by dantleech
  • Introduce PHP-CS-Fixer (#98) (b7eab3e) by dantleech
  • Validate composer.lock is up to date with the composer.json file (#99) (bea4ff7) by Kieren Evans
  • Fix null clone on wrong options (#89) (973a4e0) by Kieren Evans
  • Wrap exception and add var-dumper as a dev dependency (#104) (b439ae7) by dantleech
  • Fix optional command options (#87) (ec406c2) by Kieren Evans
  • Add optional description to command type (#95) (d6eed11) by Patrick
  • Switch changelog generator docker image (#92) (926ec61) by Kieren Evans
  • Introduce Github Actions (#97) (2c6acc9) by dantleech
  • Allow direct use of archive URLs in harness attribute (#74) (86fa13d) by James Halsall
  • Fix poweroff command not being available in a harness directory (#86) (77c8cfe) by Kieren Evans
  • Support for PHP 8.0

RC

Enhancements

Fixed bugs:

Installation instructions

curl --output ./ws --location https://github.com/my127/workspace/releases/download/0.2.0/ws
chmod +x ws && sudo mv ws /usr/local/bin/ws

0.2.0-rc.1

19 May 06:24
Compare
Choose a tag to compare
0.2.0-rc.1 Pre-release
Pre-release

0.2.0-rc.1 (2021-05-19)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Service commands provide no feedback if command not found #62
  • Support for self-update? #60
  • Executing a ws command that does not exist should return a non-zero exit code #45
  • Support for multiple harnesses to one workspace #23

Installation instructions

curl --output ./ws --location https://github.com/my127/workspace/releases/download/0.2.0-rc.1/ws
chmod +x ws && sudo mv ws /usr/local/bin/ws

0.1.3: Fix incorrect error message due to overwriting of $version, when harn…

07 Jan 15:19
Compare
Choose a tag to compare

0.1.2

23 Apr 08:18
Compare
Choose a tag to compare

ws console stty size fixes

0.1.1

07 Apr 07:47
cea645f
Compare
Choose a tag to compare
ensure bash interpreter exits with correct error code