-
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add CHANGELOG * Update README
- Loading branch information
Showing
2 changed files
with
44 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [5.0.0] - 2020-04-22 | ||
|
||
### Added | ||
|
||
- The [most recent EIP 1193 API](https://github.com/ethereum/EIPs/blob/89e373d5d3a62a28f2646830247579f323ef6b40/EIPS/eip-1193.md) ([#30](https://github.com/MetaMask/metamask-inpage-provider/pull/30)) | ||
- The method `request` | ||
- The events `disconnect` and `message` | ||
- A global initialization event, `ethereum#initialized`, for | ||
asynchronous injection ([#31](https://github.com/MetaMask/metamask-inpage-provider/pull/31)) | ||
- Helper methods for initializing the provider ([#31](https://github.com/MetaMask/metamask-inpage-provider/pull/31)) | ||
|
||
### Changed | ||
|
||
- **BREAKING:** Use named instead of default exports ([#31](https://github.com/MetaMask/metamask-inpage-provider/pull/31)) | ||
- **BREAKING:** `MetaMaskInpage` constructor now takes a `connectionStream` and an | ||
options object ([#31](https://github.com/MetaMask/metamask-inpage-provider/pull/31)) | ||
- **BREAKING:** `_metamask.sendBatch` -> `_metamask.requestBatch` ([#30](https://github.com/MetaMask/metamask-inpage-provider/pull/30)) | ||
- **BREAKING:** Revert `send` to match provider in v7.7.8 of `metamask-extension` ([#29](https://github.com/MetaMask/metamask-inpage-provider/pull/29)) | ||
- The `connect` event now emits with a `ProviderConnectInfo` object per EIP 1193 ([#30](https://github.com/MetaMask/metamask-inpage-provider/pull/30)) | ||
- Deprecated the `send` method ([#30](https://github.com/MetaMask/metamask-inpage-provider/pull/30)) | ||
- Deprecated the events `close`, `networkChanged`, and `notification`, and | ||
added deprecation warnings for them ([#30](https://github.com/MetaMask/metamask-inpage-provider/pull/30)) | ||
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/metamask-inpage-provider/pull/29)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters