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