From 369018dcda410f1d0e301f0615aef7545cdf9558 Mon Sep 17 00:00:00 2001 From: Brian Turek Date: Thu, 26 Mar 2020 07:43:39 +0000 Subject: [PATCH] Prepping for v2.4.0 release --- CHANGELOG.md | 9 +++++++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42956fb..33c0031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ jsSHA - ChangeLog ========================= +2.4.0 (2020-03-26) +------------------------- +- Reduced ECMAScript dependency to v3 (thanks TitusInfo!) +- Added support for Uint8Array input/output as UINT8ARRAY (thanks nazar-pc!) + +1.6.3 (2020-03-26) +------------------------- +- Reduced ECMAScript dependency to v3 (thanks TitusInfo!) + 2.3.1 (2017-06-10) ------------------------- - Fix issue with SHA-3 and using a combination of TEXT/UTF-16 input diff --git a/bower.json b/bower.json index efd981a..50c61ea 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name" : "jsSHA", - "version" : "2.3.1", + "version" : "2.4.0", "description" : "jsSHA is a JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) as well as HMAC", "main" : "src/sha.js", "repository" : { diff --git a/package.json b/package.json index e050c64..1ac4b98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jssha", - "version": "2.3.1", + "version": "2.4.0", "description": "jsSHA is a JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) as well as HMAC", "main": "src/sha.js", "repository": {