Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 802 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 802 Bytes

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.

2.0.0 - 10/08/2024

  • Update to use FSharpPlus instead of custom NonEmptyList type.

1.0.1 - 03/14/2022

  • Fix package dependency version ranges.

1.0.0 - 03/14/2022

  • First version. Released on an unsuspecting world.