Skip to content

Releases: hwcrypto/hwcrypto.js

0.0.11

25 Jan 09:27
Compare
Choose a tag to compare

Do not require Chrome for WebExtension check (to support Firefox and possibly Edge in the future)

Fix IE8/IE9

17 Apr 07:25
Compare
Choose a tag to compare

IE8/IE9 only have console.log() when the developer tools are open. From testing perspective, when testing with IE11 and compatibility mode, developer tools are almost always open...

Legacy IE support

08 Apr 10:31
Compare
Choose a tag to compare
  • Necessary dependencies for old IE browsers are bundled into hwcrypto-legacy.js

You only need to download hwcrypto.js (or hwcrypto.min.js for the minified version). Dependencies (typed array and Promises) for older IE-s is bundled in hwcrypto-legacy.js, which must also be included (before) hwcrypto.js:

<script src="hwcrypto-legacy.js"></script>
<script src="hwcrypto.js"></script>

0.0.7

25 Mar 14:12
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

Release now does full JSHint check on the library