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.
|
2023-11-22 21:46:26 +00:00
|
|
|
* Add a `test` task to `run` script.
|
2023-11-22 21:31:26 +00:00
|
|
|
|
|
|
|
### 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.
|
2023-11-22 21:53:50 +00:00
|
|
|
* Use `set -o errexit` and `set -o pipefail` in `run` scripts instead of `set -eu`.
|
2023-11-22 23:34:44 +00:00
|
|
|
* Use new database credentials by default.
|