Skip to content

Commit 6be54f0

Browse files
Release v5.0.0
1 parent 4aea9c3 commit 6be54f0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# security-document-loader Changelog
22

3+
## 5.0.0 - 2024-02-10
4+
### Changed
5+
- **BREAKING**: For the HTTP protocol handler (for fetching un-cached documents
6+
from the web), switch to using `@digitalbazaar/http-client` instead of the
7+
global `fetch()` object. Improves React Native compatibility.
8+
39
## 4.0.0 - 2024-01-23
410
### Changed
511
- **BREAKING**: Use the Typescript-enabled `@interop/[email protected]`,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@digitalcredentials/security-document-loader",
33
"description": "A secure and convenient JSON-LD document loader for Node.js, browsers, and React Native.",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"scripts": {
66
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
77
"clear": "rimraf dist/*",

0 commit comments

Comments
 (0)