Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
- incorrect result when first bit is 1 of bytes.

Changed
- throw error by Error oject. #13

Added
- TypeScript interfaces. #12
  • Loading branch information
emn178 committed Dec 18, 2017
1 parent e35c679 commit 189bb9b
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## v0.9.0 / 2017-12-18
### Fixed
- incorrect result when first bit is 1 of bytes.

### Changed
- throw error by Error oject. #13

### Added
- TypeScript interfaces. #12

## v0.8.0 / 2017-11-19
### Added
- support for web worker.
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": "js-sha256",
"version": "0.8.0",
"version": "0.9.0",
"main": ["src/sha256.js"],
"ignore": [
"samples",
Expand Down
4 changes: 2 additions & 2 deletions build/sha256.min.js

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

Loading

0 comments on commit 189bb9b

Please sign in to comment.