scoutforpets / jsonapi-mapper

JSON API-Compliant Serialization for your Node ORM
The Unlicense
42 stars 24 forks source link

added support for virtuals, resolves #35 #98

Closed mp-ffx closed 7 years ago

mp-ffx commented 7 years ago

This PR should resolve #35 and support the 'virtuals' plugin. Furthermore I've added a option for the Mapper to additionally control the virtual in/exclusion and updated knex to the current version.

This is my first time to get in touch with TS, hopefully I haven't messed up to much ;)