Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

47 lines (37 loc) · 2.73 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: Support for Node.js v12 and v14 have been removed. Minimum Node.js version is now 16.20 (#57)
  • BREAKING: @babel/runtime@^7.0.0 is now a peerDependency (#62)
  • These private MethodRegistry properties are now removed: eth, provider, registry (#60)
  • Replace dependency @metamask/ethjs with used subdependencies @metamask/ethjs-query and @metamask/ethjs-contract (#61)
  • Update dependencies @metamask/ethjs-contract and @metamask/ethjs-query (#62)
    • @metamask/ethjs-contract@^0.3.4->^0.4.1
    • @metamask/ethjs-query@^0.5.3->^0.7.1

Fixed

  • Remove undocumented peerDependency on babel-runtime (#62)

Changed

  • BREAKING: These MethodRegistry properties are now parked as private: eth, provider, registry (#31)
  • Update from ethjs@^0.4.0 to @metamask/ethjs@^0.5.0 (#50)

Fixed

  • Fix constructor options interface name (#25)

2.0.0 - 2021-01-10

Added

  • Support method signatures with array arguments (#22)

Changed

  • (SEMVER-MAJOR) Require provider argument (#15)
  • (SEMVER-MAJOR) Move from default to named MethodRegistry export (#21)
  • Migrate to TypeScript (#21)

1.2.0 - 2019-04-15

Added

  • Support method signatures with tuple arguments (#6)