Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Latest commit

 

History

History
72 lines (42 loc) · 979 Bytes

CHANGELOG.md

File metadata and controls

72 lines (42 loc) · 979 Bytes

1.0.1

  • Update README.md

1.0.0

  • Major release

1.0.0-dev1

  • Modify constructor of CodenicLogger
  • Allow blocklisting of stack trace lines via regex

0.6.1

  • Bump dependencies

0.6.0

– Bump dependencies

0.5.5

  • Promote from dev to stable

0.5.5-dev.1

  • BUG FIX: The MessageLogPrinter should not throw an exception when used in an Isolate

0.5.4

  • BUG FIX: Stack trace should not show codenic_logger file traces in Flutter web

0.5.3

  • Add docs on constructors
  • Bump test from 1.19.5 to 1.20.1

0.5.2

  • Fix printing long log outputs loses color

0.5.1

  • Export MessageLogPrinter

0.5.0

– Create MessageLogPrinter to change default log output

0.4.2

– Update README.md

0.4.1

– Update README.md

0.4.0

– Redesign MessageLog

0.3.0

– Make the data field in MessageLog non-nullable

0.2.1

– Update README.md

0.2.0

– Add data in MessageLog

0.1.0

  • First release