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: Narrow type of provider to match SafeEventEmitterProvider from
@metamask/eth-json-rpc-provider
(#21)
- Fix module in type definitions file to match name of package (#17)
- First release of this package
- This package,
@metamask/eth-query
, is derived from eth-query
, whose last version at this time is 2.1.2. All changes listed below are in reference to this package.
- Add TypeScript type definitions (#2, #12)
- BREAKING: Enforce a minimum Node version of 16 (#7)
- Make install scripts for dependencies opt-in via
@lavamoat/allow-scripts
(#5)