Commit Graph

6 Commits (daf1188dc61793f6ff669ad9dd83ba91c92ffba3)

Author SHA1 Message Date
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.
2 years ago
Yi-Cyuan 261e55bd5c * Added support for update hash.
* Added support for bytes array output.
* Added support for ArrayBuffer output.
* Added support for AMD.
10 years ago
Chen Yi-Cyuan 41432a9660 update REAMD, config, test cases 11 years ago
Chen Yi-Cyuan 316a103aa1 * Improve performance.
* Add test case.
11 years ago
Chen Yi-Cyuan b31e43e89c * Improve performance.
* Add bower package.
* Fixed JSHint warnings.
* Add travis.
* Add coveralls.
11 years ago
Chen Yi-Cyuan 5862c3cd82 create project 12 years ago