Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

26 lines (14 loc) · 1.07 KB

Changelog

0.2.0 - 2019-05-26

  • Breaking: changed Time.epoch => Time.unix, Time#epoch => Time#to_unix to work with Crystal 0.28.0

0.1.3 - 2017-11-24

  • Added TrailDB#reuse_cursor bool for a speed boost when iterating

0.1.2 - 2017-11-24

  • Works in crystal --release mode

0.1.1 - 2017-11-24

  • Use a struct for TrailDBEvent

0.1.0 - 2017-11-23

  • Optionally parse timestamps into Time objects with parse_timestamps. Set to false to return a UInt64. (Fixes #3)
  • Introduce the TrailDBEvent class, a wrapper for items in the event. Instead of returning a Hash, we return something that can be evaluated more lazily. (Fixes #2)

0.0.1 - 2017-11-19

  • Initial release