Skip to content

Releases: wareismymind/Secundatives

v2.10.0 Flattening and additional async overloads

23 Aug 16:36
29b200c
Compare
Choose a tag to compare
feat: Add MapOr async extensions and Result.Flatten (#51)

Verbal approval

Async UnwrapOrs

05 Aug 14:39
36a645a
Compare
Choose a tag to compare
feat: added UnwrapOr that takes in an async lambda (#50)

* feat: added UnwrapOr that takes in an async lambda

* feat: Add tests for async unwrap or

* fixing merge stuff

* missing return docs

* add task<maybe<T>> unwraporasync

* impl and tests for Task<Maybe> with sync func

Cleanup, modernization and None as a first class citizen

14 May 22:54
162360f
Compare
Choose a tag to compare
Just a few things (#48)

* add editorconfig

* editorconfig applied

* added gitattribs

* add implicit operator

* formatting pass

* add messages to classes that could use docs and suppressed warnings in cases where they would just be bloat

* fixes for docs, addl tests (97+% coverage) and updated packages in test project

Added MapOr (Sync) Extensions

02 May 00:22
b17b217
Compare
Choose a tag to compare
Add Result.MapOr extension and unit tests for it. (#44)

* Add Result.MapOr extension and unit tests for it.

* Remove extra newline

* Adjust method comment

The "GitHub Actions" release

01 May 21:46
0c97cb6
Compare
Choose a tag to compare
nuget pub (#46)

* nuget pub

* fixes - reading is hard

v2.6.1

01 May 21:29
bf1c0ee
Compare
Choose a tag to compare
init shot at GHA (#45)

* init shot at GHA

* test project version bump

1.10.0

08 Aug 20:36
7fc6751
Compare
Choose a tag to compare
Implemented AsMaybe for tasks (#25)