Releases: gmcabrita/cuckoo
Releases · gmcabrita/cuckoo
1.0.1
This release replaces the usages of the deprecated Erlang module :random
with :rand
.
1.0.0
This release stabilizes the API.
0.3.1
- Fixed typespecs for array_find/2 and _array_find/4
0.3
- Moved away from the Array package due to Access behaviors being deprecated
- Achieved a ~2.6x speedup by using our own array searching function instead of using the one defined by the Enumerable protocol
0.2.0
- Errors are now returned as the tuple
{:error, :reason}
instead of {:err, :reason}