Skip to content

Releases: digitalsadhu/loopback-component-jsonapi

v0.4.0

11 Oct 19:46
Compare
Choose a tag to compare

v0.4.0

Changes:

  • Adds support for fetching related model data with GET /:model/:id/:relatedModel
  • Adds support for fetching relationship data with GET /:model/:id/relationships/:relatedModel
  • Bug fixes

Known issues:

  • User login appears to be broken
  • Fetching related models and relationships with has and belongs to and has many through relationship types is not yet working
  • Creating, updating and deleting relationships is not yet implemented