Skip to content

Releases: inrupt/solid-client-notifications-js

v1.0.0

06 Jun 15:59
41ffc4c

Choose a tag to compare

Breaking Changes

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

New Features

  • WebsocketNotification message events are now parsed as JSON, this is technically a breaking change but we're allowing it due to the alpha nature of this library.

Fixes

  • use getWellKnownSolid from @inrupt/solid-client to be more compatible/reliable
  • improve documentation of entire package to be clearer and document only APIs that should be used by end-users of the SDK.
  • rework all tests to run successfully

What's Changed

New Contributors

Full Changelog: https://github.com/inrupt/solid-client-notifications-js/commits/v1.0.0

v0.2.0

01 Apr 12:36

Choose a tag to compare

Notable Changes

  • Package upgrades and npm auditing across many pull requests
  • e2e browser test cleanup and restructuring across many pull requests
  • Setup end-to-end tests against dev-next by @NSeydoux in #151
  • Request well-known as json-ld by @ajacksified in #166

Full Changelog: https://github.com/inrupt/solid-client-notifications-js/commits/v0.2.0