- fix
OperationLogger#to_s
to have an overload forOperationLogger#to_s(io : IO)
(by @richardboehme)
- add nested operation support by @richardboehme
- add inheritance of methods by @richardboehme
- add :step and :step_type to entries of logger
- add
success?(step_name : Symbol, step_type : Symbol | Nil)
andfailure?(step_name : Symbol, step_type : Symbol | Nil)
methods to Logger and shortcuts to operation - bump up crystal version to 0.35.1
- Extract to shard: operations where developed within an active project, now its time to separate them