Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 854 Bytes

CHANGELOG.md

File metadata and controls

20 lines (15 loc) · 854 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.2.3 - 2017-07-10

Added

  • Start of CHANGELOG #1

Changed

  • hmmac._hash & hmmac._hmac default to utf8 to mimic node v6+ behaviour #1
  • hmmac._hash & hmmac._hmac accept an inputEncoding to override utf8 #1
  • scheme plain's sign now takes an additional parameter of object with input/output encodings #1
  • hmmac.sign & hmmac._sign take an optional additional parameter of input/output encodings #1
  • Tagged to match version and not be independent