Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Release Notes

brandondahler edited this page Oct 24, 2014 · 15 revisions

Release notes

1.x

1.4.2

  • Modified UnifiedData to increase performance.

1.4.1

Breaking change for custom hash function implementations that rely on HashFunctionBase only.

  • Added async support for all possible implementations.
  • Added new interface IHashFunctionAsync to denote async-enabled hash functions.

1.3.1

  • Added xxHash's 64-bit implementation.
  • Re-added the ability to specify an initialization value for xxHash.

1.2.1

Breaking change for Data.HashFunction.CRC only.

  • Update namespacing for CRC standards implementations:
    System.Data.HashFunction to System.Data.HashFunction.CRCStandards.
  • Update name and parent of CRC settings type:
    System.Data.HashFunction.CRCSettings to System.Data.HashFunction.CRC.Setting.
  • Update parent of CRC standards enum:
    System.Data.HashFunction.CRCStandards.Standard to System.Data.HashFunction.CRC.Standard.
  • Update parent of CRC standards dictionary:
    System.Data.HashFunction.CRCStandards.Standards to System.Data.HashFunction.CRC.Standards.

1.1.1

Breaking change.

0.x

0.1.2 (version improperly incremented)

  • Implementation of a generalized CRC algorithm.
  • Provide 71 standard implementations for CRC. Many thanks to the work done by the authors of CRC RevEng's catalogue!

0.1.1

  • Initial release.
  • Implementation of a variety of hash functions.
Clone this wiki locally