github Frezyx/talker v4.5.0

latest releases: v5.1.9, v5.1.8, v5.1.7...
13 months ago

What's Changed

  • More flexible interaction with custom logs (TalkerLogType -> String key) by @yelmuratoff in #272
  • BREAKING [talker] Change the type of colors parameter in the TalkerSettings class from Map<TalkerLogType, AnsiPen>? to Map<String, AnsiPen>?. Custom colors must now use a string key for log types.
  • BREAKING [talker] Change the type of titles parameter in the TalkerSettings class from Map<TalkerLogType, String>? to Map<String, String>?. Custom titles must now use a string key for log types.
  • BREAKING [talker_flutter] Change the type of colors parameter in the TalkerScreenTheme class from Map<TalkerLogType, Colors>? to Map<String, Colors>?. Custom colors must now use a string key for log types.
  • [talker] Add new tests and updated existing ones.
  • [talker] Update the documentation for log customization.

Full Changelog: v4.4.7...v4.5.0

Don't miss a new talker release

NewReleases is sending notifications on new releases.