Releases: VerifiedInc/library-crypto-typescript
Releases · VerifiedInc/library-crypto-typescript
2.2.1
2.2.0
2.1.1
What's Changed
Full Changelog: v2.1.0...2.1.1
2.1.0
What's Changed
- [Dependabot] Fixing vulnerabilities by @pritch09 in #66
- [Package.lock] Adding package lock that passes dependabot by @pritch09 in #67
- [Dependabot] Fixing dependency vulnerabilities by @pritch09 in #68
- [Package-lock] Adding package-lock for npm ci by @pritch09 in #69
New Contributors
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- [Base64] encoding used for encrypted data instead of base58 to allow for encrypting larger data ammounts. by @rsmets in #59
- [README] updated to reflect base64 updates and function definitions and usage. by @rsmets in #62
- [CI] updated to use automated release message. by @rsmets in #63
- [CI] updated to use npm ci instead of yarn. by @rsmets in #64
- [Types] release version usage. by @rsmets in #65
Full Changelog: 1.10.1...2.0.0
1.10.1
Types latest version.
1.10.0
generate keypair ids
1.9.0
Helpers exposed with more fine grained method inputs. Also exposing the detectEncodingType helper.
1.8.0
Refactor to use PublicKeyInfo objects and to auto detect key encodings.
1.7.0
sets rsa padding in encrypt, uses rsa padding value in decrypt