Skip to content

Releases: katunilya/wird

v1.2.0

Choose a tag to compare

@katunilya katunilya released this 05 Mar 06:44

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

Choose a tag to compare

@katunilya katunilya released this 04 Mar 17:21

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

Choose a tag to compare

@katunilya katunilya released this 22 Feb 10:28

Initial release

Provides

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