Skip to content

Commit

Permalink
* version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhorikov committed Mar 29, 2020
1 parent 5690693 commit 9dcb677
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
2.4.1
* #187 -- Async code improvements, C#8, Bind() unit tests
* #186 -- Quality improvements
* #184 -- Overload for TapIf with Func<T, bool> condition
2.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

0 comments on commit 9dcb677

Please sign in to comment.