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