Skip to content

Releases: sksamuel/tabby

v2.2.11: Flatmapif with default (#12)

17 Nov 17:12
0fa3763
Compare
Choose a tag to compare
* helper methods to reduce chained success + result condition calls

* related tests

* better naming

* change to flatMapIf to provide a default and return as B

v2.2.10: On success value based extensions (#11)

15 Nov 22:31
aa19682
Compare
Choose a tag to compare
* helper methods to reduce chained success + result condition calls

* related tests

* better naming

v2.2.9

15 Nov 19:40
40b7910
Compare
Choose a tag to compare
Fixed typo in transpose

v2.2.8

01 Aug 08:59
7e7e96b
Compare
Choose a tag to compare
Added docs on then

v2.2.7: enhance the safety of catching (#9)

01 Aug 08:59
a6ee2b8
Compare
Choose a tag to compare
enhance the safety of catching by rethrowing things that should never be caught (such as Errors like OutOfMemory, CancellationException etc)

v2.2.6

17 Jul 01:37
c419096
Compare
Choose a tag to compare
Added concurrent limited parN

v2.2.5

05 Jun 18:09
8035c3c
Compare
Choose a tag to compare
Fixed mapIf

v2.2.4

01 Jun 10:46
36666ba
Compare
Choose a tag to compare
Fixed failIfNotNull

v2.2.2

01 Apr 16:27
ef33557
Compare
Choose a tag to compare
Repackaged either functions

v2.2.1

01 Apr 16:27
79f64d0
Compare
Choose a tag to compare
Deprecated orElse in favour of recover