loopback-component-jsonapi
loopback-component-jsonapi copied to clipboard
JSONAPI support for loopback.
Use loopback-jsonapi-model-serializer as a serialization layer
## The devDependency [supertest](https://github.com/visionmedia/supertest) was updated from `3.4.2` to `4.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## Version **3.2.0** of **supertest** was just published. Branch Build failing π¨ Dependency supertest Current Version 3.1.0 Type devDependency This version is **covered** by your **current version range** and after...
Support for serializing existing resources with polymorphic relationships was added in #89 but it currently doesn't seem to be possible to create the relationship via JSON API. The discriminator column...
## Version **4.0.0** of **debug** was just published. Dependency debug Current Version 3.2.3 Type dependency The version **4.0.0** is **not covered** by your **current version range**. If you donβt accept...
## Version **5.0.0** of [travis-deploy-once](https://github.com/semantic-release/travis-deploy-once) was just published. Dependency travis-deploy-once Current Version 4.4.1 Type devDependency The version **5.0.0** is **not covered** by your **current version range**. If you donβt accept...
Added an extra condition to `isLoopbackInclude()` to ensure it only returns true if the user passes in an include filter. This should fix an issue where requests along the lines...
This PR allows to have nested includes. Exemple: ``` GET /posts/1?filter[include][comments]=author ``` will retrieve all comments, as well as the author of each comments --- I also removed the unecessary...
## Version **3.19.0** of [loopback-datasource-juggler](https://github.com/strongloop/loopback-datasource-juggler) was just published. Branch Build failing π¨ Dependency loopback-datasource-juggler Current Version 3.18.1 Type devDependency This version is **covered** by your **current version range** and after...
## Version **3.2.0** of **debug** was just published. Branch Build failing π¨ Dependency debug Current Version 3.1.0 Type dependency This version is **covered** by your **current version range** and after...