Releases: vkhorikov/CSharpFunctionalExtensions
Releases · vkhorikov/CSharpFunctionalExtensions
v2.8.1
Code changes:
- #206 Add OnSuccessTry returning Task
Fixed issues:
v2.8.0
Code changes:
- #202 Add implicit conversions from T to Result and Result<T, E>
- Added implicit operator for SimpleValueObject => T conversion
Fixed issues:
- #201 Implicit conversion from T to Result
v2.7.1
PRs:
Fixed issues:
- #198 Serializable value objects
v2.7.0
PRs:
- #196 -- BindWithTransactionScope<T, K, E> added
Fixed issues:
- #193 -- BindWithTransactionScope<T, K, E> missing
v2.6.0
PRs:
- #195 -- Implement ToString() for Result, Result<T,E>, Result
Fixed issues:
- #194 -- Better Debugging Experience
v2.5.0
PRs:
- #188 -- Tap()/TapIf() - Major overhaul including examples
- #192 -- TapIf overloads for handling result-returning funcs
Fixed issues:
- #174 -- Risky Tap signatures
- #179 -- Add Task<Result<T, E>> Tap<T, E, >(this Task<Result<T, E>> resultTask, Func<T, Task<>> func) override to TapAsyncBoth
v2.4.1
- #187 -- Async code improvements, C#8, Bind() unit tests
- #186 -- Quality improvements
- #184 -- Overload for TapIf with Func<T, bool> condition
v2.4.0
- #187 -- Async code improvements, C#8, Bind() unit tests
- #186 -- Quality improvements
- #184 -- Overload for TapIf with Func<T, bool> condition
v2.3.0
Added SimpleValueObject
, #175
v2.2.2
Auto publishing of artifacts and release info -- first run.
This is bold and italics.
These are links to some issues: