All Versions
5
Latest Version
Avg Release Cycle
334 days
Latest Release
306 days ago
Changelog History
Changelog History
-
v0.3.0
March 26, 2020๐ Fixed
- ๐ Support Crystal
>= 0.33.0
(@bdtomlin) - ๐ Make Crystal port close to Ruby version (@bdtomlin)
- ๐ Support Crystal
-
v0.2.2
January 01, 2018๐ Fixed
- ๐ Support Crystal
>= 0.24.1
(@veelenga)
- ๐ Support Crystal
-
v0.2.1
April 05, 2017๐ Fixed
- ๐ Support Crystal
>= 0.21.0
sinceString#to_slice
is read-only
- ๐ Support Crystal
-
v0.2.0
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
- โ Run benchmarks with
-
v0.1.0
July 28, 2016โ Added
- ๐ Initial implementation based on Ruby's code and JavaScript's tests