Releases: bitanon/hashlib_codecs
Releases · bitanon/hashlib_codecs
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
CryptDataBuilder
is available to constructCryptData
instances.
Full Changelog: v2.3.0...v2.4.0
Version 2.3.0
- Breaking Changes: Renames PHCSF -> CryptFormat. Affected names:
- Class:
PHCSF
->CryptFormat
PHCSFData
->CryptData
PHCSFEncoder
->CryptEncoder
PHCSFDecoder
->CryptDecoder
- Constant:
phcsf
->crypt
- Methods:
toPHCSF
->toCrypt
fromPHCSF
->fromCrypt
- Class:
Full Changelog: v2.2.0...v2.3.0
Version 2.2.0
- Support encoding and decoding with PHC string format specification
- New Class :
PHCSF
- New Constant:
phcsf
- New Methods :
toPHCSF
,fromPHCSF
- New Class :
Full Changelog: v2.1.1...v2.2.0
Version 2.1.1
- Adds new alphabet to
Base64Codec
: bcrypt
Full Changelog: v2.1.0...v2.1.1
Version 2.1.0
- Adds more alphabets to
Base32Codec
. Additional alphabets are:- base32hex
- Lowerase base32hex
- Crockford's Base32
- Geohash's Base32
- z-base-32
- Word-safe alphabet
- Allows the
padding
parameter to be effective to any codecs inBase32Codec
andBase64Codec
.
Full Changelog: v2.0.0...v2.1.0