Skip to content

Releases: MonacsLib/Monacs

0.3

22 May 13:35
614600c
Compare
Choose a tag to compare
  • 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

18 Mar 14:39
f02e262
Compare
Choose a tag to compare

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

01 Mar 20:16
b613340
Compare
Choose a tag to compare
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

02 Feb 11:00
0c7e6f2
Compare
Choose a tag to compare
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.