debug.cr v2.0.0 Release Notes
Release Date: 2020-07-13 // over 2 years ago-
- ๐ Switched from obsolete
Logger
toLog
, fixes #2 Object#to_debug(io)
is now an abstract method- Expanded spec coverage a bit
- โฌ๏ธ Bumped ameba version to
~> 0.13
- ๐ Switched from obsolete
Previous changes from v1.1.0
-
- 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)