Skip to content

Latest commit

 

History

History
167 lines (105 loc) · 5.37 KB

CHANGELOG.md

File metadata and controls

167 lines (105 loc) · 5.37 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.

Changed

  • BREAKING: Adapt to EIP-1193 provider changes by replacing the deprecated sendAsync method with the request method (#143)
  • BREAKING: Bump @metamask/eth-block-tracker from ^10.1.0 to ^11.0.1 (#148)

Changed

  • BREAKING: Drop support for Node.js v16 and v21 (#140)
  • Update @metamask/eth-block-tracker from ^9.0.2 to ^10.0.0 (#141)

Removed

  • BREAKING: Remove properties eth, contract, provider from TokenTracker class (#121)

Fixed

  • Update dependency eth-block-tracker from ^8.0.0 to ^9.0.2 (#133)
    • Mitigates polling-loop related concurrency issue in the block tracker.

Fixed

  • Remove dependency on babel-runtime (#117)
  • Add missing peerDependency @babel/runtime (#120)
    • This is not a breaking change because this has always been an implicit dependency of this package.
  • Update bn.js from ^4.12.0 to ^5.2.1 (#117)
  • Update @metamask/ethjs-contract from ^0.3.4 to ^0.4.1 (#117)
  • Update @metamask/ethjs-query from ^0.5.2 to ^0.7.1 (#117)

7.0.1 - 2023-12-20

Fixed

  • Update ethjs packages to @metamask/ maintenance forks (#115)

7.0.0 - 2023-10-13

Changed

  • BREAKING: Update dependency eth-block-tracker@^7.1.0->^8.0.0 (#111)

6.0.1 - 2023-10-11

Fixed

  • Update dependency safe-event-emitter@^2.0.0->^3.0.0 (#108)

6.0.0 - 2023-08-04

Changed

  • BREAKING: Set the minimum Node.js version to v16 (#105)
  • Update dependency eth-block-tracker@^6.1.0->^7.1.0 (#105)

5.0.0 - 2023-07-25

Changed

  • BREAKING: Set the minimum Node.js version to v14 (#104)
  • Update dependency eth-block-tracker@^5.0.1->^6.1.0 (#104)

4.1.0 - 2023-04-24

Changed

4.0.1 - 2023-04-24

Fixed

  • Fix Node.js v14+ compatibility (#86)
  • Update dependencies

4.0.0 - 2022-01-10

Changed

  • BREAKING: Set the minimum Node.js version to v12 (#58)
  • Support configuration of the number of decimals in the balance returned by stringify, via a new balanceDecimals property on the config object passed to the Token constructor (#71)

Fixed

  • Properly clear error state after retrieving a balance successfully (#73)

3.1.0 - 2020-11-17

Added

  • Add ability to include tokens with balance errors in update events, behind an option flag (#53)

3.0.1 - 2020-09-11

Fixed

  • Ensure balances >= 0.1 and < 1 start with a zero (#47)

3.0.0 - 2020-07-22

Changed

  • BREAKING: Change the output format of string property to include significant digits (#44)

Security

  • Update 'lodash' to address security advisory (#43)

2.0.0 - 2020-03-30

Changed

  • BREAKING: Validate token parameters (#30)
  • BREAKING: Emit events for initial token updates (#34)
  • BREAKING: Move package under '@metamask' scope (#40)
  • Ignore extraneous files when publishing (#36)

Fixed

  • Prevent redundant update caused by simultaneous token updates (#32)
  • Ensure first token update is always emitted (#33)

Security

  • Update 'mkdirp' and 'minimist' to address security advisory (#27)
  • Update 'kind-of' to address security advisory (#28)