Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 898 Bytes

CHANGELOG.md

File metadata and controls

49 lines (29 loc) · 898 Bytes

2.0.2-dev

2.0.1

  • Update to default 2.12.0 for null safety before publishing.

2.0.0-nullsafety.0

  • This package was already nullsafe; this just makes it official.

1.1.1

  • Pre-upgrade for nullsafety
  • clamp has a num signature, also doesn't follow inclusive-exclusive ranges, [), and is instead inclusive-inclusive, ().

1.1.0

  • Round up release closing out some older issues.
    • Try to detect is ANSI is supported
    • Update naming style; deprecate the old names.
    • write() and call() take object now.

1.0.5

  • Add types to API calls

1.0.4

  • Update styling, remove new, use final or var.
  • Support null safety

1.0.3

  • Minor updates to optional name style (s/:/=)
  • Make the description better

1.0.2

  • Adding this CHANGELOG.md
  • Moving bin/demo.dart to examples/ansicolor.dart

1.0.1

  • Updated authors

1.0.0

  • Dart 2.0 support!