Sha256: 41f2778c48dc54283417eb2c76110fe76a12268ff3120f56d19322391ff6b3ba
Contents?: true
Size: 533 Bytes
Versions: 2
Compression:
Stored size: 533 Bytes
Contents
# CHANGELOG ## 0.1.0 Initial revision. ## 0.1.1 - Added support for circular references. - Built a full test suite, which now passes! ## 0.1.2 - Improved code coverage. - Added tests for sha384 and sha512. - Removed less useful crc32 and adler algorithms. # 0.1.3 - Renamed to `object_hash_rb` due to conflict with `objecthash`. - Although they have similar functionality, `object_hash_rb` includes performance improvements and support for circular references. - Improved handling of special float values (infinite and nan)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
object_hash_rb-0.1.3 | CHANGELOG.md |
object_hash_rb-0.1.2 | CHANGELOG.md |