All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
Maybe<T>
implementsIEquatable<Maybe<T>>
now- It already had non-interface
Equals
method before that
- It already had non-interface
- Remove assembly signing
- Some utility methods are moved from
Try
instance toTryExtensions
for better interop with nullable types
- Add nullable annotations
- Target language version is C# 8.0
- Target platform is netstandard2.0
- Run tests and build under .NET Core 3.1