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.
- 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
- Remove undocumented peerDependency on
babel-runtime
(#62)
- 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)
- Fix constructor options interface name (#25)
2.0.0 - 2021-01-10
- Support method signatures with array arguments (#22)
- (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
- Support method signatures with tuple arguments (#6)