Releases: digitalsadhu/loopback-component-jsonapi
Releases · digitalsadhu/loopback-component-jsonapi
v2.0.0
v1.1.0
v1.0.0
v0.19.3
Scoped include
Summary of changes from v0.16.1 - v0.17.2
- update dependencies and add .npmignore file @listepo
- minor bug fixes @digitalsadhu
- internal refactoring (remove magic numbers, improve variable naming consistency, general cleanup) @markstuart
- through model support @taras
- change how belongsTo relationship linkages are handled to avoid unnecessary database saves @digitalsadhu
- add failing test to illustrate bug @JonForest
Adds support for polymorphic relations
- tested with belongsTo and hasMany relationships
TODO:
- need to test hasOne
Deserialization hooks
Adds:
- beforeJsonApiDeserialize
- afterJsonApiDeserialize
Allows overriding of:
- deserialization process via JsonApiDeserialize
see README for more information
Bug fix
v0.14.1 Version 0.14.1
New feature "options.include"
include feature allows serialization of custom remote methods