Releases: altmann/FluentResults
Releases · altmann/FluentResults
v2.5
v2.4
v2.3
- ADD - Try factory method to execute an action whereby a thrown exception is transformed to an Error (see readme for documentation) #72
- ADD - Add multiple errors via WithErrors(...) and CausedBy(...) (see readme) #73
- ADD - Inline Docu for the public interface #64
- ADD - Better documentation of CausedBy(...) (see readme) #60
- ADD - Interesting resources about Result pattern (see readme) #59
- CHANGE - Internally now xUnit is used for testing
v2.2.0
v2.1.0
v2.0.0
- ADD - Add Source Link support
- ADD - Targeting best practices. Remove target .NET 4.8 and add target .NET 4.6.1
- ADD - Improved docs (readme)
- CHANGE - Factory methods like Ok(..) or Fail(..) are moved to Result class.
- CHANGE - Factory methods on Results class like Results.Ok(..) and Results.Fail(..) are deprecated.
- CHANGE - Result constructors are not public anymore. Use factory methods of Result instead (e.g. Result.Ok(..) or Result.Fail(..))
- CHANGE - Method HasMetadata(...) with expression #40
- FIX - Add version correct in Version property #36