All Versions
10
Latest Version
Avg Release Cycle
78 days
Latest Release
2327 days ago

Changelog History

  • v3.2.0 Changes

    December 03, 2017

    ๐Ÿ”จ Refactoring of the Elixir layer and skip compilation of C when NIFs are disabled.

  • v3.1.3 Changes

    July 06, 2017

    ๐Ÿ›  Fixes issues compiling in HiPE environments

  • v3.1.2 Changes

    January 21, 2017

    ๐Ÿ†• New compatibility with Elixir v1.4

  • v3.1.1 Changes

    June 21, 2016

    ๐Ÿ”จ Minor refactoring and improvements to remove compiler warnings raised by Elixir v1.3.0.

  • v3.1.0 Changes

    May 20, 2016

    ๐Ÿ‘€ Soft deprecation of using the SIPHASH_IMPL environment variable to control whether to use NIFs or not. Please see the README for instructions on how to migrate to the new configuration based option.

  • v3.0.1 Changes

    May 19, 2016

    ๐Ÿ›  Fixes an issue with NIFs compiling inside an Exrm release

  • v3.0.0 Changes

    January 23, 2016

    ๐ŸŽ Implemented a main NIF for improved performance, now sub-microsecond for small hashes.

  • v2.1.1 Changes

    January 01, 2016

    โž• Added nif_loaded/0 to all modules with NIFs to improve debuggability

  • v2.1.0 Changes

    December 31, 2015

    ๐Ÿšš Optimises hash formatting options, and moves block application to NIF rather than purely the compression technique

  • v2.0.1 Changes

    December 28, 2015

    ๐Ÿ— Resolves an issue with no targets being specified during build