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: 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 ofdetectEthereumProvider
(#30)
- Include source code in source maps to prevent build errors (#46)
1.2.0 - 2020-10-26
- TypeScript types
- Internally, the project was converted to TypeScript.
1.1.0 - 2020-06-30
- Silent mode to suppress
console.error
calls
1.0.1 - 2020-06-24
- Initial stable release.