debug.cr v1.1.0 Release Notes
Release Date: 2019-09-21 // over 3 years ago-
- Prepends multiline expressions and values with extra newline for readability
- ๐ Supports setting
logger
and its properties (level
,progname
) properties throughDebug::Logger.settings
- ๐ Fixed
Object#to_debug
triggering Crystal ICE (see crystal-lang/crystal#8198)