Fambda 1.0.5

Release available on NuGet!

This release introduces the concept of type classes and instance implementations into fambda library: Typeclass, Hashable, HashableOption, HashableEither and Eq, EqOption, EqEither. Additionally, extensions in api concerning async return on exceptional type match. Try map and bind in context of functional exception handling. Minor xml documentation corrections. Fambda testing tool changed - xUnit.

Key points

To easier keep track of codebase, connected SonarCloud dynamically displays the current status of Fambda library metrics:

Coverage Maintanability rating

Security rating Reliability rating

provided by:

Link

See

  • Hashable eq and either type classes (#146) (#151)
  • Return task match exceptional (#156)
  • Try success map bind (#164)