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 withparse_timestamps
. Set to false to return aUInt64
. (Fixes #3) - Introduce the
TrailDBEvent
class, a wrapper for items in the event. Instead of returning aHash
, we return something that can be evaluated more lazily. (Fixes #2)
0.0.1 - 2017-11-19
- Initial release