Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 1.51 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: Narrow type of provider to match SafeEventEmitterProvider from @metamask/eth-json-rpc-provider (#21)

Fixed

  • Fix module in type definitions file to match name of package (#17)

Added

  • 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)

Changed

  • BREAKING: Enforce a minimum Node version of 16 (#7)
  • Make install scripts for dependencies opt-in via @lavamoat/allow-scripts (#5)