Releases: MonacsLib/Monacs
Releases · MonacsLib/Monacs
0.3
- New extensions added for easier work with tuples (System.ValueTuple).
- API changes (mostly some namespaces moved) for a better experience when using the library
- More tests added
- Documentation has been updated
- Sample project is in progress
Thanks to @pizycki for contributions!
The library can be downloaded from NuGet as Monacs.Core using your favourite package manager.
0.2.1
Added .NET Standard 2.0 target for enhanced compatibility.
Library can be downloaded from NuGet as Monacs.Core using your favorite package manager.
0.2
Updated version of the library with API documentation.
Library can be downloaded from NuGet as Monacs.Core using your favorite package manager.
0.1
Initial version of the library. Includes Option
and Result
monads and a set of extensions to work with them. For Result
there is also a set of extensions for Task
interop which make working with asynchronous code a bit easier.
Library can be downloaded from NuGet as Monacs.Core using your favorite package manager.