Skip to content

Commit

Permalink
Pushing files for v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Caligatio committed Mar 8, 2015
1 parent fdf8409 commit 3c1d4f2
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 64 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
-------------------------
jsSHA - ChangeLog
-------------------------
2.0.0 (2015-XX-XX)
1.6.0 (2015-03-08)
=========================
- Removed ASCII as a valid input type (ASCII was deprecated in v1.4)
This marks the last v1.X new feature release. The API is changing
significantly with upcoming v2.0 to support streaming and it will be too
difficult to support the older API style with new features.

- Added a BYTES input and output format that is a raw byte string
- Fixed broken AMD support (thanks drewcovi!)
- Fixed broken UTF-8 parsing on non-BMP Unicode characters
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "jsSHA",
"version" : "2.0.0",
"version" : "1.6.0",
"description" : "jsSHA is a JavaScript implementation of the entire family of SHA hashes as defined in FIPS 180-2 (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC",
"main" : "src/sha.js",
"repository" : {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jssha",
"version": "2.0.0",
"version": "1.6.0",
"description": "jsSHA is a JavaScript implementation of the entire family of SHA hashes as defined in FIPS 180-2 (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC",
"main": "src/sha.js",
"repository": {
Expand Down
50 changes: 25 additions & 25 deletions src/sha.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions src/sha1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/sha256.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3c1d4f2

Please sign in to comment.