-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Dgame/v0.3
V0.3
- Loading branch information
Showing
51 changed files
with
1,409 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
## v0.3.0 - 15.08.2021 | ||
|
||
### Added | ||
|
||
- [Transformations](/README.md/#Transformations) (e.g. [Cast](/README.md/#Cast)) | ||
- [Optional](/README.md/#Optional) | ||
- [Path](/README.md/#Path) | ||
- [SelfValidation](/README.md/#SelfValidation) | ||
- [ValidationStrategy](/README.md/#ValidationStrategy) | ||
|
||
### Changed | ||
|
||
- **Renamed** trait `From` to `DataTransfer` | ||
- **Improved** [Type](/README.md/#Type) so that it can even detect generic arrays | ||
- Validations can now be configured with a [ValidationStrategy](/README.md/#ValidationStrategy) to fail fast (default) or to collect **all** failures. | ||
The non-fast failure collection and handling can be configured by either implementing your own [ValidationStrategy](/README.md/#ValidationStrategy) or by overriding `FailureCollection` and `FailureHandler`. | ||
|
||
### Removed | ||
|
||
- `Call`. [Cast](/README.md/#Cast) can be used for the most common tasks instead of `Call`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.