All Versions
5
Latest Version
Avg Release Cycle
334 days
Latest Release
1482 days ago

Changelog History

  • v0.3.0 Changes

    March 26, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support Crystal >= 0.33.0 (@bdtomlin)
    • ๐Ÿ’Ž Make Crystal port close to Ruby version (@bdtomlin)
  • v0.2.2 Changes

    January 01, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support Crystal >= 0.24.1 (@veelenga)
  • v0.2.1 Changes

    April 05, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support Crystal >= 0.21.0 since String#to_slice is read-only
  • v0.2.0 Changes

    January 09, 2017

    โž• Added

    • โš™ Run benchmarks with make benchmarks

    ๐Ÿ”„ Changed

    • ๐Ÿ— Perf: Use String::Builder + reverse
    • Perf: Use more idiomatic (and faster) Crystal in decode_hex
    • Perf: Create regexps for guards and seps only once
    • Perf: Speed up shuffling by 9x
    • Pass a block to times
  • v0.1.0 Changes

    July 28, 2016

    โž• Added

    • ๐ŸŽ‰ Initial implementation based on Ruby's code and JavaScript's tests