Skip to content

Latest commit

 

History

History
153 lines (74 loc) · 5.15 KB

CHANGELOG.md

File metadata and controls

153 lines (74 loc) · 5.15 KB

Change Log

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

0.4.4 (2023-03-29)

Moved remaining dependencies to devDependencies

0.4.3 (2019-02-13)

0.4.2 (2019-02-05)

Bug Fixes

  • buffer: copy Uint8Array instead of just the reference (e458280)
  • build: wrong bundle names (dcd44bf)
  • keyagreement: didn't send messages if signing key is not set (4670b5b)
  • log: base 64 + performance logging (26d3d90)
  • node: make debugging working in Nodejs (c7cead7)

0.4.1 (2018-09-05)

Bug Fixes

  • buffer: copy Uint8Array instead of just the reference (3f9acd5)
  • build: wrong bundle names (a2091ce)
  • keyagreement: didn't send messages if signing key is not set (4670b5b)
  • node: make debugging working in Nodejs (24953b6)

0.4.0 (2018-08-28)

Features

  • keyagreement: possibility to sign and verify signature (05f2663)

0.3.0 (2018-08-21)

Features

  • asymmetric: export assymetricCrypto object (5c9a3ed)

0.2.3 (2018-08-20)

Bug Fixes

  • keyagreement: add an X array emptyness check (8546b96)
  • keyagreement: do not delete cycle data entry after key ready (f44e294)
  • keyagreement: ignore old cycle's message, check X array (84134c8)
  • keyagreement: missing Z/X value from a member (d6b59ed)

Performance Improvements

  • keyagreement: check myId in initiator's members before cycle start (fdaa349)

0.2.2 (2018-08-13)

Bug Fixes

  • dependency: replace crypto-api-wrapper by mute-crypto-helper (4aa87fa)

0.2.0 (2018-08-10)

Bug Fixes

  • cycle: properly update myId if changed (b3dea0d)
  • keyagreement: restart cycle on each member leave (d3488d6)

Code Refactoring

  • keyagreement: change API, remove rxjs dependency (0510bce)
  • move source, rename classes, clean up (a757f85)

Features

  • debug: export enableDebug function (64d1041)
  • send key id along with each encrypted message (ff630e9)

BREAKING CHANGES

  • Crypto class becomes MuteCrypto. generateId function is now a static method of MuteCrypto class.
  • keyagreement: KeyAgreementBD has changed. No longer export GroupStatus. KeyStatus becomes KeyState.

0.1.1 (2018-07-31)

Bug Fixes

  • pack: remove unnecessary files from package (a9cc62e)

0.1.0 (2018-07-31)

Features

  • keyagreement: continuing protocol (d0a4b54)

0.0.2 (2018-07-18)

0.0.1 (2018-07-18)

Features

  • export symmetric crypto (73ef29f)