Releases: thomaskieslich/t3static
Releases · thomaskieslich/t3static
v.0.5.0
Major Changes
- New Run Scripts: Introduced
run-dockerandrun-localscripts to provide more explicit ways to execute tests in different environments. - Improved Environment Handling: Added a common
run-common.shscript that centralizes environment loading and validation logic. - Docker Configuration Updates: Enhanced
docker-compose.ymlwith better volume mapping and added a network configuration for improved container isolation.
Key Improvements
- Simplified Test Execution: Users can now run
./t3static/run-dockeror./t3static/localinstead of complex command structures. - Enhanced Configuration: Added automatic creation of
.envfiles from.env.distif they don't exist, with clearer error handling. - PHP Version Support: Updated documentation to support PHP 8.3 - 8.4 (previously only 8.4).
- New Test Capabilities: Added support for
fractorandtypo3scantests in Docker environment.
v0.4.0
First tagged release.
v.0.4.1
Update Documentation and Path Handling.