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
|
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
|
41432a9660
|
update REAMD, config, test cases
|
2015-02-08 16:21:04 +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 |
|
Chen Yi-Cyuan
|
5862c3cd82
|
create project
|
2014-01-04 09:30:26 +08:00 |
|