Skip to content

Releases: BlueBrain/nexus-js

v1.1.6

12 Jul 07:13
Compare
Choose a tag to compare

✨ Features:

  • Default Nexus IDs exposed as Constants
  • List Incoming or Outgoing links

👷‍♀ Fixes:

  • Resource typing
  • Security fixes

v1.1.5

04 Jul 13:23
Compare
Choose a tag to compare

✨ Features:

  • useNexusContext in order to get an instance of the nexus client setup in Provider
  • useNexus now supports observables, so you can do things like polling.

👷‍♀️ Fixes:

  • @id is now optional in all Resources payloads

v1.1.4

26 Jun 13:46
Compare
Choose a tag to compare
  • extra param for useNexus hook in order to trigger useEffect when parameters have changed
  • expose bare http methods from nexus client (nexus.httpGet(...args), nexus.httpPost(...args)etc...)
  • export common types for Projects and Organisations
  • fix: set default Content-type header to application/json in triggerFetch link

v1.1.3

21 Jun 10:53
Compare
Choose a tag to compare

✨ Features:

👷‍♀️ Fixes:

  • Added type support to filter by label for Organizations and Projects
  • Added type support to filter using the q query param for full-text-search filter while listing Resources

v1.1.2

06 Jun 09:07
63347d3
Compare
Choose a tag to compare
  • expose Resource methods

v1.1.1

04 Jun 09:55
297355a
Compare
Choose a tag to compare
  • Fixes an issue when using fetch methods other than GET

v1.1.0

31 May 09:25
Compare
Choose a tag to compare

Reach API parity with Nexus v1.1.0 API

v1.0.0-beta.25

23 May 14:38
b12cde9
Compare
Choose a tag to compare

Add Storage Support