Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
5.2.0 (#50)
Browse files Browse the repository at this point in the history
* 5.2.0
* fix git URLs
* update changelog
* delete babel.config
  • Loading branch information
rekmarks authored Jul 28, 2020
1 parent 6509b94 commit 65f60d9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 30 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
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.
22 changes: 0 additions & 22 deletions babel.config.js

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-rpc-engine",
"version": "5.1.8",
"version": "5.2.0",
"description": "a tool for processing JSON RPC",
"license": "ISC",
"author": "kumavis",
Expand Down Expand Up @@ -31,12 +31,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/kumavis/json-rpc-engine.git"
"url": "git+https://github.com/MetaMask/json-rpc-engine.git"
},
"bugs": {
"url": "https://github.com/kumavis/json-rpc-engine/issues"
"url": "https://github.com/MetaMask/json-rpc-engine/issues"
},
"homepage": "https://github.com/kumavis/json-rpc-engine#readme",
"homepage": "https://github.com/MetaMask/json-rpc-engine#readme",
"directories": {
"test": "test"
},
Expand Down

0 comments on commit 65f60d9

Please sign in to comment.