Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 641 Bytes

CHANGELOG.md

File metadata and controls

26 lines (14 loc) · 641 Bytes

1.4.0

  • PR #32 - Allow fully deterministic ULID generation by providing both the timestamp component and a string suffix to replace the randomness component. Thanks @andjosh

1.2.0

  • PR #20 - Use an array to improve speed / reduce memory allocations. Thanks, @jamescook

1.1.1

  • 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

1.1.0

  • PR #14 - Ruby 2.5+ does not need sysrandom. Thanks, @sakuro

1.0.0

  • PR #10 - Fix time encoding. Thanks, @dcuddeback