0.3.2 - 2019-10-03
- Fix: Remove usage of Slice#pointer, update Int#/ usage (#7)
0.3.1 - 2019-02-04
- Fix: Use Dir.each_child in place of Dir.foreach (#4)
- Don't use make in travis
0.3.0 - 2017-08-21
- Added benchmarks
- Significant performance improvements
0.2.0 - 2017-02-25
- Switched to using the built in String.hexbytes method added in Crystal 0.21.0.
0.1.1 - 2017-02-02
- Added crystal-style method name for updating the string to be hashed (based on Digest::SHA1).
- Added .travis.yml
- Made Domain class private
- Updated shard.yml a little bit, and bumped the patch version.
- Initial release