- Breaking change: Only support Dart 2.12+, with nullsafety.
- Breaking change: Only support Dart 2+.
- Breaking change: CRC result is now a
CrcValue
, notint
so that we can support long CRC values (such as CRC-64) in JavaScript. - Breaking change: Predefined CRC classes are no longer in
crclib.dart
. - Support
dart2js
environment for CRCs longer than 32 bits.
- Add CRC functions from reveng catalog.
- Support both Dart 1 and Dart 2.
- First release.