Releases: shopwareLabs/psh
Releases · shopwareLabs/psh
Refinement & fixes
- 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
- 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
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
Grab Bag
- Deferred Commands
- Override Files
- Many Code Quality inprovements
Version v1.2.0 - Descriptive
PSH got better end user suppoprt, by providing autocomplete and descriptions.
- Add descriptions to psh commands (thanks @SimonBaeumer)
- Add suggested commands if a specific command was not found (thanks @svenfinke)
- Add bash autocomplete (thanks @svenfinke, @bcremer)
Version v1.1.2 - Open Source
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
- 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
Merge pull request #3 from shopwareLabs/prepare-public-release Prepare public release