All Versions
4
Latest Version
Avg Release Cycle
122 days
Latest Release
1331 days ago

Changelog History

  • v0.2.1 Changes

    August 06, 2020
    • ๐Ÿ‘Œ Support random-1.2.0

    • ๐Ÿ›  Fix doctest test-suite

    • ๐Ÿ˜Œ Relax lower bound of primitive to 0.6.4.0

  • v0.2.0.1 Changes

    August 21, 2019
    • ๐Ÿ›  Fixed and improved example.
  • v0.2.0.0 Changes

    August 21, 2019
    • ๐Ÿ“ฆ The PRNG from the random package is new the default. Added cabal flags for using mwc-random or pcg-random instead.

    • ๐Ÿ”„ Changed order of type parameters for newCuckooHash. The type of the monad is moved to the end, because its usually inferred from the context.

    • Capacity (in items) parameter must be at least 64.

    • ๐Ÿ›  Fixed the result of sizeInAllocatedBytes.

    • โž• Added examples to Data.Cuckoo along with a doctests test-suite.

    • ๐Ÿ“š Various documentation fixes and improvements in Data.Cuckoo.

  • v0.1.0.0 Changes

    August 06, 2019
    • ๐Ÿš€ First version. Released on an unsuspecting world.