Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Revision history for fsharp-data-validation

## 2.2.0 - 12/12/2024

* Address package vulnerabilities.
* Add `FSharp.Data.Validation.Async.Tests` project for testing async validation.
* Add `mergeSources` function to `FSharp.Data.Validation` module.
* Add additional functions to `FSharp.Data.Validation.Async` module.
* Add README.md file for the `FSharp.Data.Validation.Async` project.
* Fix `VCtxBuilder.MergeSources` function to be less stringent about disputed results

## 2.1.0 - 12/10/2024

* Add `FSharp.Data.Validation.Async` project for easier async validation.
Expand Down
Loading