Skip to content

Summary of changes from v0.16.1 - v0.17.2

Compare
Choose a tag to compare
@digitalsadhu digitalsadhu released this 31 Jan 19:17
· 190 commits to master since this release
  • 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