- Update README.md
- Major release
- Modify constructor of
CodenicLogger
- Allow blocklisting of stack trace lines via regex
- Bump dependencies
– Bump dependencies
- Promote from
dev
tostable
- BUG FIX: The
MessageLogPrinter
should not throw an exception when used in anIsolate
- BUG FIX: Stack trace should not show
codenic_logger
file traces in Flutter web
- Add docs on constructors
- Bump
test
from1.19.5
to1.20.1
- Fix printing long log outputs loses color
- Export
MessageLogPrinter
– Create MessageLogPrinter
to change default log output
– Update README.md
– Update README.md
– Redesign MessageLog
– Make the data
field in MessageLog
non-nullable
– Update README.md
– Add data in MessageLog
- First release