Skip to content

Commit

Permalink
Fixed incorrect result when file size >= 512M.
Browse files Browse the repository at this point in the history
  • Loading branch information
emn178 committed Oct 31, 2017
1 parent c724643 commit 4ee5af0
Show file tree
Hide file tree
Showing 9 changed files with 313 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,8 +1,7 @@
language: node_js
node_js:
- "0.12.15"
- "4.5"
- "6.5.0"
- "6.11.4"
- "8.6.0"
before_install:
- npm install coveralls
- npm install mocha-lcov-reporter
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log

## v0.5.0 / 2017-10-31
### Fixed
- incorrect result when file size >= 512M.

## v0.4.1 / 2016-12-30
### Fixed
- ArrayBuffer dosen't work in Webpack.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright 2014-2016 Chen, Yi-Cyuan
Copyright 2014-2017 Chen, Yi-Cyuan

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "js-sha1",
"version": "0.4.1",
"version": "0.5.0",
"main": ["src/sha1.js"],
"ignore": [
"samples",
Expand Down
6 changes: 3 additions & 3 deletions build/sha1.min.js

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

0 comments on commit 4ee5af0

Please sign in to comment.