Releases: Frezyx/talker
v4.0.0
Changelog
-
Add ability to customize colors and titles of any Talker logs
-
Add ability to customize colors of any logs in TalkerScreen UI
-
Add TalkerLogType enum for clear differentiation of logs by types.
-
Update TalkerScreen UI (The interface is now even more user-friendly)
-
Huge documentation update
-
Make 100% test coverage of talker_bloc_logger and talker_dio_logger
-
Add expand / collapse ability for one log card
-
Packages versions synchronization (Now the versions of all core libraries will be identical)
-
BREAKING TalkerDataInterface deleted (Now base data class is TalkerData)
-
Fix: Text color not always visible issue #174
-
Add custom title format issue #170
-
Fix: Logger not resets log color issue #86
Check more details in documentation
New Contributors
- @vicenterusso made their first contribution in #121
- @cselti made their first contribution in #124
- @matt400m made their first contribution in #127
- @IlyaZadyabin made their first contribution in #130
- @jnelle made their first contribution in #131
- @wcoder made their first contribution in #132
- @s0nerik made their first contribution in #137
- @Kabak-Siarhei made their first contribution in #144
- @Reprevise made their first contribution in #153
- @pye52 made their first contribution in #155
- @Ppito made their first contribution in #161
- @cem256 made their first contribution in #162
Full Changelog: 3.0.0...v4.0.0
v4.0.0-dev.5
talker_flutter-v3.6.0
talker_flutter-v3.5.5
What's Changed
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #146
- Update docs and examples by @Frezyx in #147
- Release talker 3.1.3 and talker_flutter 3.3.1 by @Frezyx in #148
- Pad minutes and seconds for DT formatter by @Reprevise in #153
- Release talker v3.1.4 by @Frezyx in #154
- Fix the overflow issue of 'Talker Monitor'. by @pye52 in #155
- Bump VeryGoodOpenSource/very_good_coverage from 2.1.0 to 2.2.0 by @dependabot in #158
- can bring your own errorHandler class by @Ppito in #161
- add onCreate, onClose logs for talker_bloc_logger by @cem256 in #162
New Contributors
- @Reprevise made their first contribution in #153
- @pye52 made their first contribution in #155
- @Ppito made their first contribution in #161
- @cem256 made their first contribution in #162
Full Changelog: talker_flutter-v3.3.0...talker_flutter-v3.5.5
talker_flutter-v3.3.0
What's Changed
- Create mason brick to fast talker setup by @Frezyx in #138
- Bump actions/checkout from 3 to 4 by @dependabot in #141
- Support web platform downloading logs by @Kabak-Siarhei in #144
New Contributors
- @Kabak-Siarhei made their first contribution in #144
Full Changelog: talker_flutter-v3.2.7...talker_flutter-v3.3.0
talker_flutter-v3.2.7
talker_flutter-v3.2.6
- Fix appbar icon colors
- Rename part of internal classes
talker_flutter-v3.2.5
- Make controller, theme, appBarTitle not required for TalkerView
- Make TalkerScreen Stateless instead of Stateful
talker_flutter-v3.2.4
- Fix TalkerViewAppBar title text color
talker_flutter-v3.2.3
- Add TalkerView in package exports