- Update to default
2.12.0
for null safety before publishing.
- This package was already nullsafe; this just makes it official.
- Pre-upgrade for nullsafety
clamp
has anum
signature, also doesn't follow inclusive-exclusive ranges,[)
, and is instead inclusive-inclusive,()
.
- 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.
- Add types to API calls
- Update styling, remove
new
, usefinal
orvar
. - Support null safety
- Minor updates to optional name style (s/:/=)
- Make the description better
- Adding this CHANGELOG.md
- Moving bin/demo.dart to examples/ansicolor.dart
- Updated authors
- Dart 2.0 support!