Releases: digitalsadhu/loopback-component-jsonapi
Releases · digitalsadhu/loopback-component-jsonapi
v0.4.0
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