Skip to content

Releases: Frezyx/talker

v4.5.1

23 Nov 10:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.0...v4.5.1

v4.5.0

22 Nov 11:49
Compare
Choose a tag to compare

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

v4.4.7

17 Nov 16:36
Compare
Choose a tag to compare

What's Changed

  • Make talker_dio_logger encoder constant private by @Frezyx in #285

Full Changelog: v4.4.6...v4.4.7

v4.4.6

16 Nov 15:15
Compare
Choose a tag to compare

What's Changed

  • Rename logTyped to logCustom and add Deprecated annotation for logTyped by @Frezyx in #283

Full Changelog: v4.4.5...v4.4.6

v4.4.5

15 Nov 09:51
Compare
Choose a tag to compare

What's Changed

  • Bump codecov/codecov-action from 4 to 5 by @dependabot in #282
  • feat(talker_logger): add enable option to control log output by @weitsai in #277

Full Changelog: v4.4.4...v4.4.5

v4.4.4

14 Nov 09:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.3...v4.4.4

v4.4.3

13 Nov 05:10
Compare
Choose a tag to compare
  • talker_http_logger Bump http_interceptor package version to 2.0.0

v4.4.2

12 Nov 19:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.0...v4.4.1

v4.4.0

31 Jul 13:11
54bb362
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.4.0

v4.3.4

19 Jul 19:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.3...v4.3.4