You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [5.4.0] - 2020-11-07
11
+
12
+
### Changed
13
+
14
+
- Make the TypeScript types not terrible ([#66](https://github.com/MetaMask/json-rpc-engine/pull/66), [#67](https://github.com/MetaMask/json-rpc-engine/pull/67))
15
+
10
16
## [5.3.0] - 2020-07-30
11
17
12
18
### Changed
@@ -25,5 +31,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
31
- Remove `async` and `promise-to-callback` dependencies
26
32
- These dependencies were used internally for middleware flow control.
27
33
They have been replaced with Promises and native `async`/`await`, which means that some operations are _no longer_ eagerly executed.
28
-
This change may affect consumers that depend on the eager execution of middleware _during_middleware execution, _outside of_ middleware functions and request handlers.
34
+
This change may affect consumers that depend on the eager execution of middleware _during_request processing, _outside of_ middleware functions and request handlers.
29
35
- In general, it is a bad practice to work with state that depends on middleware execution, while the middleware are executing.
0 commit comments