Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Releases: gmcabrita/cuckoo

1.0.1

19 Dec 00:59
Compare
Choose a tag to compare

This release replaces the usages of the deprecated Erlang module :random with :rand.

1.0.0

25 Oct 01:20
Compare
Choose a tag to compare

This release stabilizes the API.

0.3.1

06 Oct 01:16
Compare
Choose a tag to compare
  • Fixed typespecs for array_find/2 and _array_find/4

0.3

25 Sep 15:27
Compare
Choose a tag to compare
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

06 Dec 14:05
Compare
Choose a tag to compare
  • Errors are now returned as the tuple {:error, :reason} instead of {:err, :reason}

0.1.0

28 Nov 17:53
Compare
Choose a tag to compare

Initial Release.