Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@NSeydoux NSeydoux released this 20 Dec 22:42
3455415

Breaking changes

  • Support for Node 16 is dropped. The native fetch is used isomorphically instead of @inrupt/universal-fetch, which requires Node 18 or more.
  • setSessionFetch is no longer supported. Please provide a Session to the BaseNotification (or child classes) constructor instead.
  • The default session fetch from @inrupt/solid-client-authn-browser is no longer loaded lazily. The intended fetch should be provided explicitly.
  • Due to changes in the rollup config the umd output is now found at dist/index.umd.js rather than umd/index.js. The UMD module name is now SolidClientNotifications instead of SolidClient.