Skip to content

Releases: chenenyu/dog

1.4.0

Choose a tag to compare

@chenenyu chenenyu released this 20 Oct 07:14
  • Null safety
  • Emoji 14.0
  • Opt api

1.3.2

Choose a tag to compare

@chenenyu chenenyu released this 20 May 11:15

Add constructor parameter supportsAnsiColor for ConsoleEmitter.

1.3.1

Choose a tag to compare

@chenenyu chenenyu released this 26 Nov 10:10
  • Upgrade ansicolor version to auto detect whether ANSI is supported.
  • Remove call method.

1.3.0

Choose a tag to compare

@chenenyu chenenyu released this 20 Nov 09:44
  • Add script to download and parse unicode data.
  • Use unicode codepoint to determine message line width.

1.2.0

Choose a tag to compare

@chenenyu chenenyu released this 16 Nov 09:49

Bug fix: handle JsonUnsupportedObjectError when convert message. 30ca9c6

1.1.0

Choose a tag to compare

@chenenyu chenenyu released this 16 Nov 03:27

Colorful VERBOSE/DEBUG message in browser console.

1.0.0

Choose a tag to compare

@chenenyu chenenyu released this 13 Nov 03:49

Support web platform.

0.4.0

Choose a tag to compare

@chenenyu chenenyu released this 12 Nov 10:42

Support custom caller info getter in formatter. This is useful when you wrap dog in other log class.

0.3.0

Choose a tag to compare

@chenenyu chenenyu released this 10 Nov 04:20
  • Remove final modifier from the default dog instance.
  • Support custom StackTrace level.
  • Add FileEmitter to emit log to file.
  • Add SimpleFormatter to format log without borders.

0.2.0

Choose a tag to compare

@chenenyu chenenyu released this 06 Nov 07:07

Handle runes in message.