build-configs/CHANGELOG.md

17 lines
408 B
Markdown
Raw Normal View History

2023-11-22 21:31:26 +00:00
# Changelog
## Unreleased
### Added
* Add CHANGELOG.md.
* Add missing validation rules to the `Configuration` DTO object.
2023-11-22 21:43:07 +00:00
* Add a test to ensure the project type is a valid type.
2023-11-22 21:31:26 +00:00
* Add a test to ensure the web server is a valid type.
### Changed
2023-11-22 21:43:07 +00:00
* `App\Enum\ProjectType` now returns a string.
2023-11-22 21:31:26 +00:00
* `App\Enum\Webserver` now returns a string.
* `ConfigurationValidatorTest` no longer performs serialisation.