Skip to content

Latest commit

 

History

History
177 lines (76 loc) · 4.76 KB

CHANGELOG.md

File metadata and controls

177 lines (76 loc) · 4.76 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.4 (2023-04-07)

Removed peerDependencies

1.0.3 (2018-10-23)

Bug Fixes

  • build: dist was not included in the previous release

1.0.2 (2018-09-06)

1.0.1 (2018-09-03)

Bug Fixes

  • build: do not bundle node-webcrypto-ossl (f44b10a)

1.0.0 (2018-08-28)

Bug Fixes

  • helper: wrong arrays lengths comparison (568898b)

Code Refactoring

  • asymmetric: change exportKey and importKey signature (3df7153)

BREAKING CHANGES

  • asymmetric: 1) ICryptoKeyPairData is no longer exported by the API. 2) asymmetricCrypto.importKey takes JsonWebKey as parameter and returns CryptoKey. 3) asymmetricCrypto.exportKey takes CryptoKey as parameter and returns JsonWebKey.

1.0.0-beta.0 (2018-08-10)

1.0.0 (2018-08-10)

0.6.5 (2018-07-26)

0.6.4 (2018-07-20)

Code Refactoring

  • keyagreement: update types (029eba9)

BREAKING CHANGES

  • keyagreement: doesn't export BN anymore (Uint8Array instead)

0.6.3 (2018-07-19)

Bug Fixes

0.6.2 (2018-07-19)

Features

  • keyagreement: add generation of the user's random value (408dd2f)

BREAKING CHANGES

  • keyagreement: computeSKi() -> computeSharedSecret()

0.6.1 (2018-07-18)

Bug Fixes

  • package: build for browser points to the right file (3ee7403)

0.6.0 (2018-07-13)

Bug Fixes

  • KeyAgreement: Shared secret as Uint8Array and not BN anymore (f3cf3a7)

Features

  • KeyAgreement: add key agreement crypto primitives (1b5fc62)

0.4.2 (2018-05-25)

0.4.1 (2018-05-25)

0.4.0-beta (2018-05-25)

0.3.0-beta1 (2018-05-03)

0.2.2-beta1 (2018-04-25)

0.2.1-beta1 (2018-04-24)

0.2.0-beta1 (2018-04-23)

0.1.0-beta-2 (2018-04-18)

0.1.0-beta-1 (2018-04-17)