- PR #32 - Allow fully deterministic ULID generation by providing both the timestamp component and a string suffix to replace the randomness component. Thanks @andjosh
- PR #20 - Use an array to improve speed / reduce memory allocations. Thanks, @jamescook
-
PR #19 - Remove Timecop gem. Thanks, @bquorning
-
PR #18 - Remove Mocha gem. Thanks, @bquorning
-
PR #17 - Add post_install_message to install sysrandom gem
-
PR #16 - Remove circular require warning. Thanks, @pocke
- PR #14 - Ruby 2.5+ does not need sysrandom. Thanks, @sakuro
- PR #10 - Fix time encoding. Thanks, @dcuddeback