Skip to content

Releases: linkdd/rustic_result

v0.7.0

15 Feb 08:44
639462b

Choose a tag to compare

What's Changed

  • 🚨 Fix Elixir warning, bump to 0.6.1, update dependencies, & run mix format by @jyc in #2
  • 💥 👕 Rename functions is_ok? to ok? and is_err? to err?
  • 💥 👕 Rename guards is_ok_result to is_ok and is_err_result to is_err

New Contributors

  • @jyc made their first contribution in #2

Full Changelog: v0.6.0...v0.7.0

v0.6.0

20 Oct 12:47

Choose a tag to compare

✨ New Features

  • #1 ✨ Add is_ok_result and is_err_result guards

🐛 Bug Fixes

None

💥 Breaking Changes

None

v0.5.0

19 Oct 13:26

Choose a tag to compare

✨ New Features

  • add support for :ok without values, treated as {:ok, nil}

🐛 Bug Fixes

  • partition_collect/1 documentation
  • README examples

💥 Breaking Changes

None

v0.4.0

19 Oct 11:32

Choose a tag to compare

✨ New Features

  • map/2 and map_err/2 functions
  • collect/1, filter_collect/1 and partition_collect/1 functions

🐛 Bug Fixes

None

💥 Breaking Changes

None

v0.3.0

19 Oct 01:23

Choose a tag to compare

✨ New Features

  • flatten/1 function

🐛 Bug Fixes

None

💥 Breaking Changes

None

v0.2.0

19 Oct 01:13

Choose a tag to compare

✨ New Features

  • unwrap_or/2 and unwrap_err!/1 functions
  • is_ok?/1 and is_err?/1 functions

🐛 Bug Fixes

None

💥 Breaking Changes

None

v0.1.0

18 Oct 22:07

Choose a tag to compare

✨ New Features

  • ok/1 and err/1 functions to build a Result type
  • unwrap!/1 function to unwrap an Ok value or raise an error
  • and_then/2 and or_else/2 functions to chain computations on Result types

🐛 Bug Fixes

None

💥 Breaking Changes

None