Skip to content

Releases: inrupt/solid-client-js

v1.23.2

19 Aug 12:36
24043d1
Compare
Choose a tag to compare

Bugfixes

  • Modify the internal getWellKnownSolid method used by
    @inrupt/solid-client-notifications to always use the provided fetch
    implementation when requesting the solid dataset that is the
    /.well-known/solid resource. This fixes a bug where in some environments
    cross-fetch failed to load at this point in the code.

Other Changes

  • Remove workaround for creating containers with POST instead of PUT.
    This was needed for Node Solid Server (version < 5.3)
  • Migrate project to our common eslint configuration, this resulted in a fairly
    large amount of code changes, though everything should appear the same to
    consumers.

Commits

New Contributors

Full Changelog: v1.23.1...v1.23.2

v1.23.1

03 Jun 14:41
f30487b
Compare
Choose a tag to compare

Bugfixes

  • saveSolidDatasetInContainer and createContainerInContainer adequately take
    into account the Location header to determine the location of newly created
    resources.

Breaking Changes

  • Support for Node.js v12.x has been dropped as that version has reached end-of-life.

v1.23.0

18 May 15:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.22.0...v1.23.0

Version 1.22.0

26 Apr 14:54
6ff9625
Compare
Choose a tag to compare
v1.22.0

Release V1.22.0 (#1594)

Version 1.21.0

22 Mar 14:40
f08d7ce
Compare
Choose a tag to compare

[1.21.0] - 2022-03-22

New features

  • getAgentAccessAll has been added to the new universal access module. This
    function provides an overview of access modes granted to all agents.

Bugfixes

  • getProfileAll and getPodUrlAll no longer make an authenticated request to the
    WebID profile, which should be a public resource in the first place.

Version 1.20.2

18 Mar 17:11
Compare
Choose a tag to compare

Bugfixes

  • Export the Actor type in the universal_v1 module.