Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

35 lines (27 loc) · 1.48 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: Bump minimum required Node version to 14 (#137)
  • Shore up MetaMaskEthereumProvider type with EventEmitter methods (#41)
  • Remove global type augmentation for window.ethereum so that it can be assigned its own type outside of detectEthereumProvider (#30)

Fixed

  • Include source code in source maps to prevent build errors (#46)

1.2.0 - 2020-10-26

Added

  • TypeScript types
    • Internally, the project was converted to TypeScript.

1.1.0 - 2020-06-30

Added

  • Silent mode to suppress console.error calls

1.0.1 - 2020-06-24

Added

  • Initial stable release.