Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 789 Bytes

File metadata and controls

29 lines (19 loc) · 789 Bytes

2.0.4

  • Add topics to pubspec.yaml for better discoverability on pub.dev.

2.0.3

  • Fix: static log pass analitics return type instead of .

2.0.2

  • Fix: The Console class was not properly exporting the enableColors and showTimestamp properties. Now, these properties are correctly defined as static variables, allowing users to control the output formatting as intended.

2.0.1

  • Fix: Global toggles were not working as expected. Now, Console.enableColors and Console.showTimestamp properly control the output formatting.

2.0.0

  • Major update.
  • Use Dart developper logger.
  • Better documentation.
  • Beautify the code.
  • Update README.md and CHANGELOG.md.

1.0.1

  • Latest version.
  • Use Dart developper logger.

1.0.0

  • Initial version.