Skip to content

Latest commit

 

History

History
106 lines (66 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

106 lines (66 loc) · 3.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.0.0] - 2021-03-08

Added

  • Add ext key support (a70f6a79, @sleepdefic1t)

Changed

  • Remove ecdsa support (843260bc, @sleepdefic1t)

1.1.3 - 2020-07-27

Changed

  • update ledgerhq deps (#42)

Security

  • bump codecov from 3.6.5 to 3.7.1 (#41)
  • bump lodash from 4.17.15 to 4.17.19 (#40)

1.1.2 - 2020-06-09

Added

  • add support for 2.0.1 ARK App

1.1.1 - 2020-06-05

Changed

  • rerelease of 1.1.0

1.1.0 - 2020-06-04

Changed

  • improve implementation & maintainability (#33)
  • improve naming and comments (#28)

Added

  • support for schnorr signatures (#30)

1.0.5 - 2020-02-27

1.0.4 - 2020-02-27

Fixed

  • stop catching TransportError when signing (#24)

1.0.3 - 2020-02-07

Fixed

  • remove debug from local npm publish (994787d)

1.0.2 - 2020-01-27

Fixed

  • fix signing of larger payloads (47a6a74)

1.0.1 - 2020-01-27

Fixed

  • fix signature response from ledger (7a3b6d3)

1.0.0 - 2020-01-25

Added

  • initial release (4cd4270)
  • add display for getAddress method (#3)