Skip to content

Releases: VirgilSecurity/virgil-e3kit-js

v0.6.2

24 Oct 10:46
51b3b16
Compare
Choose a tag to compare

October 24, 2019

Fixed

References to process.env remained in bundles due to a misconfiguration of Rollup plugin that was meant to replace them with actual values. This caused ReferenceError: process is not defined when using UMD bundle in a browser. And it also caused VirgilAgent header to not include the product and version info.

v0.6.1

15 Oct 14:16
ef38b83
Compare
Choose a tag to compare

October 15, 2019

Fix custom errors in React Native

v0.6.0

11 Oct 16:20
801291a
Compare
Choose a tag to compare

October 11, 2019

The only change comparing to beta version is that we now send users' e3kit version and platform information (not personal information or anything that can be used to track users online) in an HTTP header with each request to Virgil Cloud to help us improve our services and provide better support.

v0.6.0-beta.2

12 Sep 10:38
fb51475
Compare
Choose a tag to compare
v0.6.0-beta.2 Pre-release
Pre-release

September 12, 2019

  • Fix: added missing exports for custom error classes and TypeScript type definitions

v0.6.0-beta.1

09 Sep 13:52
00a14c6
Compare
Choose a tag to compare
v0.6.0-beta.1 Pre-release
Pre-release

September 9, 2019

  • Switched to WebAssembly-based JS crypto library
  • Started using native crypto libraries in React Native via JS bridge
  • Added Node.js support

v0.5.3

28 Aug 16:38
48000c9
Compare
Choose a tag to compare

August 28, 2019

Caching the private key in memory to improve performance.

v0.5.2

23 Aug 12:28
9261d10
Compare
Choose a tag to compare

August 23, 2019

Added

v0.5.1

20 Aug 12:11
5c180b4
Compare
Choose a tag to compare
  • Add more obvious error message about wrong getToken function argument to EThree.initialize method.

v0.5.0

24 Jun 12:47
Compare
Choose a tag to compare

June 24, 2019

Added

Ethree.unregister() method to revoke the current user's Virgil Card in Virgil Cloud and delete the local private key (i.e. undo everything register does).

v0.4.2

29 May 11:28
4985891
Compare
Choose a tag to compare
  • Updated virgil-crypto to version v3.2.5. Fixed memory leak produced by encryption for large amount of public keys.