Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,23 @@ The following changes are pending, and will be applied on the next major release

## Unreleased changes

## [4.0.0](https://github.com/inrupt/solid-client-js/releases/tag/v3.0.0) - 2025-11-03

### Breaking Changes

- Support for Node.js v20.x has been dropped as that version has reached end-of-life.
- If you are using a custom implementation of `DatasetCoreFactory`, ensure it implements the v2 signature.
The `ToRdfJsOptions.datasetFactory` argument of the `toRdfJsDataset` function has been updated to v2 of
`@rdfjs/types`, which adds new required members, `fromTerm` and `fromQuad`.
`@rdfjs/types`, which adds new required members, `fromTerm` and `fromQuad`.

### New features

- Support for Node 24 has been added.

### Patch chanes

- Dependencies updates

## [3.0.0](https://github.com/inrupt/solid-client-js/releases/tag/v3.0.0) - 2025-11-03

### Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/solid-client",
"description": "Make your web apps work with Solid Pods.",
"version": "3.0.0",
"version": "4.0.0",
"license": "MIT",
"workspaces": [
"e2e/browser/test-app"
Expand Down Expand Up @@ -209,7 +209,6 @@
"n3": "^2.2.5",
"uuid": "^14.0.0"
},

"engines": {
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
},
Expand Down
Loading