mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-22 20:58:22 +00:00
18 lines
445 B
Markdown
18 lines
445 B
Markdown
# 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 to `run` script.
|
|
|
|
### Changed
|
|
|
|
* `App\Enum\ProjectType` now returns a string.
|
|
* `App\Enum\Webserver` now returns a string.
|
|
* `ConfigurationValidatorTest` no longer performs serialisation.
|