Releases: Frezyx/talker
Releases · Frezyx/talker
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
v4.4.3
v4.4.2
What's Changed
- Bug fixing in sample code by @venkat9507 in #270
- fix: TalkerLog pen color by @HE-LU in #275
New Contributors
- @venkat9507 made their first contribution in #270
- @HE-LU made their first contribution in #275
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
- feat: add missing error setting for dio logger by @Ali1Ammar in #230
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #177
- Support for Flutter 3.22, fix new version deprecations by @Frezyx in #235
- feat(talker_riverpod_logger): Include the name of the Provider in the output by @KoheiKanagu in #238
- Talker Riverpod update: print full data for talker page by @yelmuratoff in #239
- Custom timestamp by @abdelaziz-mahdy in #232
- Bump VeryGoodOpenSource/very_good_coverage from 2.2.0 to 3.0.0 by @dependabot in #236
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #237
- Fix showing times on FlutterScreen cards by @fieldOfView in #245
- Fix issue with display time inside riverpod package by @yelmuratoff in #246
- Fix some bloc logs by @Mooyeee in #247
- fix(riverpod_logger): duplicated state logs fixes #241 by @ArinFaraj in #244
- Release v4.4.0 by @Frezyx in #254
New Contributors
- @Ali1Ammar made their first contribution in #230
- @KoheiKanagu made their first contribution in #238
- @fieldOfView made their first contribution in #245
- @Mooyeee made their first contribution in #247
- @ArinFaraj made their first contribution in #244
Full Changelog: v4.2.0...v4.4.0
v4.3.4
What's Changed
- fix(riverpod_logger): duplicated state logs fixes #241 by @ArinFaraj in #244
New Contributors
- @ArinFaraj made their first contribution in #244
Full Changelog: v4.3.3...v4.3.4