Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

36 lines (30 loc) · 1.14 KB

1.1.1 / 2015-09-28

  • if key is string, handle as utf8. See: #2

1.1.0 / 2014-12-11

  • removed browserify and crypto-browserify from devDependencies

1.0.1 / 2014-06-09

  • small readme update

1.0.0 / 2014-06-09

0.1.1 /2014-02-18

  • fixed typo in package.json main field

0.1.0 / 2014-02-18

  • replaced legacy sha256 JavaScript module with Node.js sha256 module (increased performance by more than 50%)
  • changed types from arrays to Buffers
  • added type checking for key and salt. Must be string or Buffer.
  • added browser testing (via Makefile)

0.0.1 / 2014-02-17