Skip to content

Releases: katunilya/wird

v1.2.0

05 Mar 06:44

Choose a tag to compare

Add Result monad, specifically

  • Ok and Err containers for Result monad
  • FutureResult as adapter for Future[Result]
  • point-free Result functions
  • point-free FutureResult functions

v1.1.0

04 Mar 17:21

Choose a tag to compare

Add monads for working with optionally present values:

  • Maybe of Some and Empty for sync optionally present values
  • FutureMaybe as special wrapper for Maybe with async optionally present value

v1.0.0

22 Feb 10:28

Choose a tag to compare

Initial release

Provides

  • Value monad for pipe-styled data processing
  • Future monad for pipe-styled data processing in async context