Releases: VirgilSecurity/virgil-e3kit-js
v0.6.2
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
October 15, 2019
Fix custom errors in React Native
v0.6.0
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
September 12, 2019
- Fix: added missing exports for custom error classes and TypeScript type definitions
v0.6.0-beta.1
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
August 28, 2019
Caching the private key in memory to improve performance.
v0.5.2
v0.5.1
v0.5.0
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).