Skip to content

Releases: noties/Debug

v5.1.0

03 Jul 11:47
Compare
Choose a tag to compare
  • Added a simple lint check for correct pattern/arguments
  • Migrated to androidx (annotations)

v5.0.0

03 Jul 11:48
Compare
Choose a tag to compare
  • Maven artifact location change: ru.noties:debug -> io.noties:debug
  • Package change ru.noties.debug -> io.noties.debug

v4.0.0

16 Sep 10:50
Compare
Choose a tag to compare
  • Removed debug-remove aftifact
  • Added nullability annotations where matter
  • Overloaded some logging methods to not create an array of arguments with each call
  • Added array handling for arguments (automatically expanded via Arrays.deepToString()
  • DebugOutputContainer is initialized once (during creation), if a DebugOutput returns false from debug (during configuration) it won't be included
  • Added ru.noties.Debug as default tag when caller tag cannot be obtained via reflection (better display in logcat)