This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 5.2.0 * fix git URLs * update changelog * delete babel.config
- Loading branch information
Showing
3 changed files
with
22 additions
and
30 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 |
---|---|---|
@@ -1,8 +1,22 @@ | ||
# [5.0.0] | ||
upgraded to babelify@10 | ||
# Changelog | ||
|
||
<a name="3.0.0"></a> | ||
# [3.0.0](https://github.com/kumavis/json-rpc-engine/compare/v2.2.3...v3.0.0) (2017-04-04) | ||
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.2.0] - 2020-07-24 | ||
|
||
### Added | ||
|
||
- Promise signatures for `engine.handle` ([#55](https://github.com/MetaMask/json-rpc-engine/pull/55)) | ||
- So, in addition to `engine.handle(request, callback)`, you can do e.g. `await engine.handle(request)`. | ||
|
||
### Changed | ||
|
||
- Remove `async` and `promise-to-callback` dependencies | ||
- These dependencies were used internally for asynchronous control flow. | ||
They have been replaced with Promises and native `async`/`await`. | ||
This has made middleware execution faster, and may affect consumers that rely on middleware timing, advertently or not. |
This file was deleted.
Oops, something went wrong.
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