diff --git a/src/Here/Here.csproj b/src/Here/Here.csproj index 8c63c88..0cbaf0e 100644 --- a/src/Here/Here.csproj +++ b/src/Here/Here.csproj @@ -11,7 +11,7 @@ Copyright © 2018 .NET library that provide mainly functional features for C#. -This means concept of Maybe (Monad). +This means concept of Maybe (Monad) and Result. Supported platforms: - .NET Framework 4.5+ @@ -22,7 +22,19 @@ Supported platforms: Alexandre Rabérin true Here - Here Functional C# Maybe Monad + ➟ Release 0.1.0 +- General: + - Add JetBrains annotations on many methods of the library to clarify them. + +- For Maybe: + - Supports bitwise and logical AND and OR operators. + - New IfElse extensions. + - New Linq extension (OfType) and simplify usage of Cast too. + - Try parse now are available with custom arguments like those available in .NET Framework. + +- For Result: + - First implementation of Result. + Here Functional C# Maybe Monad Result https://opensource.org/licenses/MIT https://github.com/KeRNeLith/Here GitHub