1. Added HMAC feature.

2. Changed throw error if input type is incorrect.
This commit is contained in:
Chen, Yi-Cyuan
2017-07-11 11:31:02 +08:00
parent b3e7b83e39
commit ee3b3869bc
10 changed files with 407 additions and 21 deletions
+7
View File
@@ -1,5 +1,12 @@
# Change Log
## v0.6.0 / 2017-07-11
### Added
- HMAC feature.
### Changed
- throw error if input type is incorrect.
## v0.5.0 / 2017-01-24
### Added
- Streaming support #6