Yi-Cyuan Chen
|
138e2e169b
|
uncomment test
|
2 years ago |
Yi-Cyuan Chen
|
dbb7a10027
|
### Fixed
- Generates incorrect hash in some cases #43
- dependencies and security issues. #41
|
2 years ago |
dependabot[bot]
|
250566e984
|
Bump @babel/traverse from 7.21.2 to 7.23.2 (#41)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
Yi-Cyuan Chen
|
dc41862e53
|
add benchmark
|
2 years ago |
Yi-Cyuan Chen
|
c31830ad54
|
## v0.10.1 / 2023-08-31
### Added
- Disable webpack polyfill.
|
2 years ago |
Yi-Cyuan Chen
|
f490ee426a
|
bump bower version
|
2 years ago |
Yi-Cyuan Chen
|
bb8ae3a623
|
## v0.10.0 / 2023-08-30
### Fixed
- Chrome bug by workaround. #40
- deprecated `new Buffer`, replace with `Buffer.from`. #34
- dependencies and security issues. #32, #36
### Changed
- TypeScript interface, secretKey can be bytes like message. #23, #25
- remove `eval` and use `require` directly. #18, #26
|
2 years ago |
dependabot[bot]
|
16b101f040
|
Bump minimist, mocha and nyc (#36)
Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mocha](https://github.com/mochajs/mocha) and [nyc](https://github.com/istanbuljs/nyc). These dependencies need to be updated together.
Removes `minimist`
Updates `mocha` from 2.3.4 to 10.2.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/2.3.4...v10.2.0)
Updates `nyc` from 11.3.0 to 15.1.0
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/istanbuljs/nyc/compare/v11.3.0...v15.1.0)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
- dependency-name: mocha
dependency-type: direct:development
- dependency-name: nyc
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
Yi-Cyuan Chen
|
189bb9b037
|
Fixed
- incorrect result when first bit is 1 of bytes.
Changed
- throw error by Error oject. #13
Added
- TypeScript interfaces. #12
|
8 years ago |
Oleg
|
e35c679c2b
|
Throw Errors to improve error reporting (#13)
|
8 years ago |
shiyuesong
|
bf155ab82f
|
Added "hmac" to interface Hash. (#12)
|
8 years ago |
Yi-Cyuan Chen
|
68ffecdc6e
|
update README and travis config
|
8 years ago |
Yi-Cyuan Chen
|
3204c3743e
|
update coverage library
|
8 years ago |
Yi-Cyuan Chen
|
4e5354859f
|
Added
- support for web worker.
- typescript types. #10
Changed
- prevent webpack to require dependencies.
|
8 years ago |
Yi-Cyuan Chen
|
cf975dfa0c
|
Improved performance of hBytes increment.
|
8 years ago |
Yi-Cyuan Chen
|
77efe9529c
|
Fixed incorrect result when file size >= 512M.
|
8 years ago |
Chen, Yi-Cyuan
|
ee3b3869bc
|
1. Added HMAC feature.
2. Changed throw error if input type is incorrect.
|
8 years ago |
Chen, Yi-Cyuan
|
b3e7b83e39
|
update CHANGELOG
|
9 years ago |
Chen, Yi-Cyuan
|
bae387d0b2
|
Added streaming support #6
|
9 years ago |
Chen, Yi-Cyuan
|
730f41e84b
|
1. Added AMD support.
2. Fixed ArrayBuffer dosen't work in Webpack.
|
9 years ago |
emn178
|
3c278a9dde
|
Merge pull request #5 from nolsherry/patch-1
Add CDNJS version badge in readme
|
9 years ago |
Sherry Chang
|
64c114b54e
|
Add CDNJS version badge in readme
This will add the badge to show its version on CDNJS and also link to its page on CDNJS!
|
9 years ago |
Chen Yi-Cyuan
|
0a82ff3825
|
Added CommonJS detection.
|
9 years ago |
Chen, Yi-Cyuan
|
61d4076633
|
* Added some files to npm package.
* Updated coding style.
|
9 years ago |
Chen Yi-Cyuan
|
1ff17fbdd9
|
Support ArrayBuffer input.
|
10 years ago |
Chen Yi-Cyuan
|
f73267ad15
|
Support byte array input
|
11 years ago |
emn178
|
18457729c8
|
Improve performance.
|
11 years ago |
emn178
|
90136f7a05
|
update js
|
11 years ago |
Chen Yi-Cyuan
|
009d7b6070
|
* Fixed special length bug.
* Add test cases.
|
11 years ago |
Chen Yi-Cyuan
|
8754ac17ef
|
update README
|
11 years ago |
emn178
|
c016df9256
|
* Remove ascii parameter.
* Improve performance.
* Add test cases.
|
11 years ago |
Chen Yi-Cyuan
|
f0ba196020
|
update README
|
11 years ago |
Chen Yi-Cyuan
|
5df847f0e0
|
Improve performance.
|
11 years ago |
emn178
|
a564472309
|
update README
|
11 years ago |
emn178
|
64149617be
|
Improve performance.
|
11 years ago |
Chen Yi-Cyuan
|
b1999865de
|
update README
|
11 years ago |
Chen Yi-Cyuan
|
47cff7a93b
|
* Add bower package.
* Fixed JSHint warnings.
* Add travis.
* Add coveralls.
|
11 years ago |
Chen Yi-Cyuan
|
1581e8dce4
|
Fixed accents bug
|
11 years ago |
Chen Yi-Cyuan
|
5e5f64e4b7
|
update README
|
12 years ago |
Chen Yi-Cyuan
|
b62a0093f4
|
update license link
|
12 years ago |
Chen Yi-Cyuan
|
baa14e7dd3
|
fixed typo
|
12 years ago |
Chen Yi-Cyuan
|
1489a8aa03
|
update license
|
12 years ago |
Chen Yi-Cyuan
|
dec43b48e9
|
add license
|
12 years ago |
Chen Yi-Cyuan
|
eabadfd94d
|
add build js
|
12 years ago |
Chen Yi-Cyuan
|
1034e9d69e
|
create project
|
12 years ago |