Sha256: 1bac0dbae927f028faf845530829599c2f0e03ee1240dbcc3704a610efa1d925

Contents?: true

Size: 777 Bytes

Versions: 1

Compression:

Stored size: 777 Bytes

Contents

1.1.3 / 2014-01-14

* Enhancements

  * digest2 is deprecated - too many collisions because we were using MurmurHash3 V32 under the hood
  * digest3 is the replacement - uses SHA1 hexdigest

1.1.2 / 2014-01-06

* Bug fixes

  * HashDigest.digest2 now works on arrays

1.1.1 / 2014-01-02

* Bug fixes

  * Fix compatibility with JRuby - thanks @towerhe https://github.com/seamusabshere/remote_table/issues/13
  * Corrected README to latest and greatest

1.1.0 / 2014-01-01

* Breaking changes

  * UTF-8 strings only because of EscapeUtils "limitations"

* Enhancements

  * a changelog!
  * replace CGI.escape with EscapeUtils.escape_url, which is 2x faster or so
  * add HashDigest.digest2, which uses murmurhash3 instead of md5
  * remove runtime dependency on activesupport

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hash_digest-1.1.3 CHANGELOG