Releases: bitanon/hashlib_codecs
Releases · bitanon/hashlib_codecs
Version 3.1.2
- Add const constructor to
ByteCollectorclass.
Full Changelog: v3.1.1...v3.1.2
Version 3.1.1
- Add const constructor to
ByteCollectorclass.
Full Changelog: v3.1.0...v3.1.1
Version 3.1.0
- Introduce
ByteCollectorabstract class with methods for various encoding formats (hex, binary, octal, base32, base64, BigInt).
and utility methods for equality check.
Full Changelog: v3.0.1...v3.1.0
Version 3.0.1
- Test release with workflow
Full Changelog: v3.0.0...v3.0.1
Version 3.0.0
- Set minimum Dart SDK to 2.19.0
Full Changelog: v2.6.0...v3.0.0
Version 2.6.0
Full Changelog: v2.5.0...v2.6.0
Version 2.5.0
- Support UTF-8 encoding and decoding.
- New class:
UTF8Codec - New methods:
toUtf8,fromUtf8
- New class:
- Renames:
HashlibCodec->IterableCodec
- Minor performance impovements
Full Changelog: v2.4.1...v2.5.0
Version 2.4.1
- Refactor: Remove all sync generator to improve runtime.
Full Changelog: v2.4.0...v2.4.1
Version 2.4.0
- Breaking Changes: Uses string for salt and hash in
CryptData - New class
CryptDataBuilderis available to constructCryptDatainstances.
Full Changelog: v2.3.0...v2.4.0
Version 2.3.0
- Breaking Changes: Renames PHCSF -> CryptFormat. Affected names:
- Class:
PHCSF->CryptFormatPHCSFData->CryptDataPHCSFEncoder->CryptEncoderPHCSFDecoder->CryptDecoder
- Constant:
phcsf->crypt
- Methods:
toPHCSF->toCryptfromPHCSF->fromCrypt
- Class:
Full Changelog: v2.2.0...v2.3.0