mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
445 B
445 B
Changelog
Unreleased
Added
- Add CHANGELOG.md.
- Add missing validation rules to the
Configuration
DTO object. - Add a test to ensure the project type is a valid type.
- Add a test to ensure the web server is a valid type.
- Add a
test
task torun
script.
Changed
App\Enum\ProjectType
now returns a string.App\Enum\Webserver
now returns a string.ConfigurationValidatorTest
no longer performs serialisation.