We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3b448 commit 878ade0Copy full SHA for 878ade0
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# @digitalbazaar/http-client ChangeLog
2
3
+## 3.4.0 - 2023-04-xx
4
+
5
+### Fixed
6
+- Defer importing `ky-universal` until needed.
7
+ - Prevents dangling `Promise` with an import in it.
8
+ - Avoids dynamic `import` when not needed.
9
+ - Helps address issues when using Jest.
10
+ - [PR #35](https://github.com/digitalbazaar/http-client/pull/35)
11
+ - [Issue #34](https://github.com/digitalbazaar/http-client/issues/34)
12
+ - [jsonld.js Issue #519](https://github.com/digitalbazaar/jsonld.js/issues/516)
13
14
## 3.3.0 - 2023-01-17
15
16
### Changed
0 commit comments