Releases: Frezyx/talker
Releases · Frezyx/talker
v4.5.4
v4.5.3
What's Changed
- Add HttpErrorLog for wrong http statuses by @yelmuratoff in #290
Full Changelog: v4.5.2...v4.5.3
v4.5.2
v4.5.1
v4.5.0
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 theTalkerSettings
class fromMap<TalkerLogType, AnsiPen>?
toMap<String, AnsiPen>?
. Custom colors must now use a string key for log types. - BREAKING [talker] Change the type of
titles
parameter in theTalkerSettings
class fromMap<TalkerLogType, String>?
toMap<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 fromMap<TalkerLogType, Colors>?
toMap<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
v4.4.6
v4.4.5
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
What's Changed
- Bump actions/setup-java from 3 to 4 by @dependabot in #160
- Bump actions/setup-java from 3 to 4 by @dependabot in #278
- feat(talker_dio_logger): add enable option to control log output by @weitsai in #276
New Contributors
Full Changelog: v4.4.3...v4.4.4