v0.3.2-beta.1
Pre-release
Pre-release
·
9 commits
to 0.3
since this release
Features
- Implemented the ability that some parts can be translated
- Added a new property to secrets "missingMessage" that can contain a custom message and explain what todo when a secret could not be found
- Added a new property to secrets "expectedVars" that contains the name of the expected variables in the secret file
- EnvVar Secrets can now be used in custom scripts
- Added the ability to add php test tools to the config, like phpstan, phpcsfixer etc. These are available via the webdev tests branch. When executed outside of a devcontainer, the tests will be run inside an php cli alpine image.
Bugfixes
- Remove invalid characters from the docker compose project name generation. A dot in the folder name would result in an invalid project name and prevent the project from starting
- When executing shell scripts, progressbars will now be shown correctly.
- Fixed that "webdev services stop" did not work anymore
- Fixed that the update checker was not working when using custom date formatting on the system
Full Changelog: v0.3.1...v0.3.2-beta.1