Skip to content

Commit 369018d

Browse files
committed
Prepping for v2.4.0 release
1 parent dceb277 commit 369018d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
jsSHA - ChangeLog
22
=========================
33

4+
2.4.0 (2020-03-26)
5+
-------------------------
6+
- Reduced ECMAScript dependency to v3 (thanks TitusInfo!)
7+
- Added support for Uint8Array input/output as UINT8ARRAY (thanks nazar-pc!)
8+
9+
1.6.3 (2020-03-26)
10+
-------------------------
11+
- Reduced ECMAScript dependency to v3 (thanks TitusInfo!)
12+
413
2.3.1 (2017-06-10)
514
-------------------------
615
- Fix issue with SHA-3 and using a combination of TEXT/UTF-16 input

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "jsSHA",
3-
"version" : "2.3.1",
3+
"version" : "2.4.0",
44
"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",
55
"main" : "src/sha.js",
66
"repository" : {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jssha",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"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",
55
"main": "src/sha.js",
66
"repository": {

0 commit comments

Comments
 (0)