Skip to content

1.0.3

Compare
Choose a tag to compare
@rzcoder rzcoder released this 04 Feb 08:57
· 35 commits to master since this release

Using semver now πŸŽ‰

  • Breaking change: Drop support nodejs < 8.11.1
  • Possible breaking change: new Buffer() call as deprecated was replaced by Buffer.from & Buffer.alloc.
  • Possible breaking change: Drop support for hash scheme sha (was removed in node ~10). sha1, sha256 and others still works.
  • Possible breaking change: Little change in environment detect algorithm.
  • importKey() now returns this
  • no padding scheme will padded data with zeros on all environments