Releases: linkdd/rustic_result
Releases · linkdd/rustic_result
v0.7.0
15 Feb 08:44
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
✨ 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
Compare
Sorry, something went wrong.
No results found
✨ 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
Compare
Sorry, something went wrong.
No results found
✨ 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
Compare
Sorry, something went wrong.
No results found
✨ New Features
🐛 Bug Fixes
None
💥 Breaking Changes
None
v0.2.0
19 Oct 01:13
Compare
Sorry, something went wrong.
No results found
✨ 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
Compare
Sorry, something went wrong.
No results found
✨ 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