Skip to content

Releases: breadcat-dev/radio

Radio v2.0.1

Choose a tag to compare

@breadcat-dev breadcat-dev released this 09 Jul 17:02

Changed

  • Updated Toolbox to v2.2.1

Radio v2.0.0

Choose a tag to compare

@breadcat-dev breadcat-dev released this 09 Jul 16:53

Added

  • Logger.builder(Class<?>) factory method

Changed

  • Simplified Javadocs
  • Renamed DefaultLogLevel to DefaultLogLevels
  • Refactored LogFormatter from an abstract class to an interface
  • Refactored LogSink from an abstract class to an interface
  • Redesigned the sink API
  • Logger now implements AutoCloseable
  • Logger now stores an immutable copy of the provided sink list

Radio v1.2.0

Choose a tag to compare

@breadcat-dev breadcat-dev released this 01 Jul 16:30

Fixed

  • Fixed compatability with Toolbox v2.0.0

Changed

  • Updated Toolbox dependency to v2.0.0
  • Removed throws declaration from FileSink.close()
  • Changed LogRecord.className variable name in ColoredFormatter
  • Updated README.md

Radio v1.1.0

Choose a tag to compare

@breadcat-dev breadcat-dev released this 30 Jun 15:23

Added

  • Added Javadoc documentation
  • Added JMH benchmarks
  • Added JUnit tests

Changed

  • Renamed LogRecord field from clazz to className
  • Updated README.md