debug.cr v2.0.0 Release Notes

Release Date: 2020-07-13 // almost 4 years ago
    • ๐Ÿ›  Switched from obsolete Logger to Log, fixes #2
    • Object#to_debug(io) is now an abstract method
    • Expanded spec coverage a bit
    • โฌ†๏ธ Bumped ameba version to ~> 0.13

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 through Debug::Logger.settings
    • ๐Ÿ›  Fixed Object#to_debug triggering Crystal ICE (see crystal-lang/crystal#8198)