Skip to content

Releases: shopwareLabs/psh

Refinement & fixes

11 Jun 13:37
d192d3a
Compare
Choose a tag to compare
  • Catch more exceptions in favor of error messages
  • fix relative path in imports
  • add github actions to build setup
  • add --no-header option
  • update dependencies
  • Fix bug to allow multiple bash execute imports
  • fix a bug to render base templates as well when executing an environment

Import and require

29 Oct 09:08
0a49266
Compare
Choose a tag to compare
  • DROP PHP 5, 7.0, 7.1 Support
  • ADD ability to import other psh configs
  • ADD the ability to require placeholders

last < 7.1 compatible release

14 Oct 09:35
79d98c7
Compare
Choose a tag to compare

The next PSH-Version will finally drop

  • PHP 5.6 support
  • PHP 7.0 and 7.1 support

Up until then, here are the last bunch of change:

  • ADD: Hide environments from the listing
  • ADD: Execute hidden Scripts through psh
  • FIX: Defining new environments from overwrite config (thanks @peter-bztrs)
  • FIX: PHAR build missed resources (thanks @Nevay )

Have fun!

Road to next major

08 Mar 14:23
656998d
Compare
Choose a tag to compare

This release starts preparing for the major 2.0, therefore the changes a little more drastic

  • Change preferred config format from YAML to XML
  • Add the ability to execute Shell Scripts directly
  • Add the Action: directive thanks @nlubisch
  • Add support for dotenv files thanks @nlubisch

Grab Bag

31 Jan 08:59
d8ac27f
Compare
Choose a tag to compare
  • Deferred Commands
  • Override Files
  • Many Code Quality inprovements

Version v1.2.0 - Descriptive

04 Aug 05:17
Compare
Choose a tag to compare

PSH got better end user suppoprt, by providing autocomplete and descriptions.

Version v1.1.2 - Open Source

01 May 14:11
Compare
Choose a tag to compare

The one where multiple developers joined :)

Changelist:

  • Add support for yaml.dist files (thanks @SimonBaeumer)
  • Update humbug (thanks @bcremer)
  • Add placeholder escape functionality (thanks @teiling88)
  • Fix constant concatenating bug (thanks @bcremer)
  • Add PHP 7.1 support (thanks @teiling88)
  • Add placeholder replacement on template destination
  • Add a template directive
  • Make PSH globally accessible
  • Fix multiple paths in Environments

Minor enhancements

01 Nov 15:36
Compare
Choose a tag to compare
  • create a better PHP 5.6 version
  • the CLI script now returns the correct error code, useful for Travis.
  • Output is now a lot better formatted
  • Scripts can be chained to be executed in order
  • Each script now prints it's duration, so performance tuning scripts can be done without extra timers

Initial release

31 Aug 11:02
Compare
Choose a tag to compare
Merge pull request #3 from shopwareLabs/prepare-public-release

Prepare public release