Yi-Cyuan Chen
|
698290b4bc
|
### Fixed
- package.json main property.
|
2023-10-10 00:04:06 +08:00 |
|
Yi-Cyuan Chen
|
0ecaeee185
|
### Remove
- package.json module property.
|
2023-10-09 23:57:51 +08:00 |
|
Yi-Cyuan Chen
|
daf1188dc6
|
### Added
- TypeScript base64 interfaces.
- Disable webpack polyfill.
|
2023-10-09 23:46:20 +08:00 |
|
Yi-Cyuan Chen
|
bdf1150097
|
## v0.8.0 / 2023-09-27
### Added
- TypeScript interfaces.
- HMAC feature.
### Fixed
- deprecated `new Buffer`, replace with `Buffer.from`.
- dependencies and security issues.
- don't modify global Array and ArrayBuffer prototypes.
- refactor: simplify formatMessage internal logic.
### Changed
- remove `eval` and use `require` directly.
- throw error by Error oject.
- throw error if update after finalize
- use unsigned right shift.
|
2023-09-27 21:35:56 +08:00 |
|
Yi-Cyuan Chen
|
0263ab835f
|
Fixed incorrect result when first bit is 1 of bytes. #18
|
2017-12-18 18:50:24 +08:00 |
|
Yi-Cyuan Chen
|
5f0bd5a888
|
Improved performance of hBytes increment.
|
2017-10-31 20:30:01 +08:00 |
|
Yi-Cyuan Chen
|
cb8eb73ef1
|
Fixed incorrect result when file size >= 4G.
|
2017-10-29 21:22:00 +08:00 |
|
Yi-Cyuan Chen
|
24d8eb504d
|
Fixed incorrect result when file size >= 512M.
|
2017-10-29 20:17:07 +08:00 |
|
Yi-Cyuan Chen
|
a54f102b8a
|
* Fixed ArrayBuffer.isView issue in IE10.
* Improved performance of input check.
|
2017-10-07 10:12:06 +08:00 |
|
Chen Yi-Cyuan
|
b808ed4605
|
Added support base64 string output.
|
2017-07-28 14:12:37 +08:00 |
|
Chen, Yi-Cyuan
|
c00df3af37
|
Added
- support for web worker. #11
Changed
- throw error if input type is incorrect.
- prevent webpack to require dependencies.
|
2017-07-14 13:10:27 +08:00 |
|
Chen, Yi-Cyuan
|
8b9a23ce32
|
Fixed root is undefined in some special environment. #7
|
2017-01-18 09:44:08 +08:00 |
|
Yi-Cyuan
|
5fcee84417
|
* Removed length detection in node.js.
* Deprecated `buffer` and replace by `arrayBuffer`.
|
2016-03-31 16:25:38 +08:00 |
|
Yi-Cyuan
|
261e55bd5c
|
* Added support for update hash.
* Added support for bytes array output.
* Added support for ArrayBuffer output.
* Added support for AMD.
|
2015-12-28 15:54:38 +08:00 |
|
Chen Yi-Cyuan
|
d1af3f6065
|
Support byte Array, Uint8Array and ArrayBuffer input.
|
2015-03-07 16:24:03 +08:00 |
|
Chen Yi-Cyuan
|
f5eb89ccb2
|
* Fixed bug when special length.
* Improve performance for node.js.
|
2015-02-01 14:29:18 +08:00 |
|
Chen Yi-Cyuan
|
96036975f7
|
* Improve performance.
|
2015-01-13 22:34:27 +08:00 |
|
Chen Yi-Cyuan
|
ca6b36b0ec
|
* Remove ascii parameter.
* Improve performance.
|
2015-01-12 21:26:08 +08:00 |
|
Chen Yi-Cyuan
|
316a103aa1
|
* Improve performance.
* Add test case.
|
2015-01-11 11:46:08 +08:00 |
|
Chen Yi-Cyuan
|
b31e43e89c
|
* Improve performance.
* Add bower package.
* Fixed JSHint warnings.
* Add travis.
* Add coveralls.
|
2015-01-05 20:33:43 +08:00 |
|