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

Latest commit

 

History

History
17 lines (12 loc) · 542 Bytes

CHANGELOG.md

File metadata and controls

17 lines (12 loc) · 542 Bytes

Changelog

2.0.1 - 3/16/2022

  • Removing analyzer dependency

2.0.0 - 03/11/2022

  • Cutting clean major release for null-safety.

2.0.0-nullsafety.0 - 02/12/2021

  • Updating for null safety and cleaning up basic package health.

1.0.7 - 10/22/2019

  • Introduce the changelog.
  • Improve handling of errors during formatting or appending by attempting to relog with safer alternatives.
  • Remove generics from API as all users appear to be using . This also made it easier to handle re-logging.
  • Migrated to Dart 2 syntax.