Skip to content

v0.4.3 - Polymorphic associations, context bases relations, and some bug fixes

Compare
Choose a tag to compare
@lgebhardt lgebhardt released this 05 Jul 16:22
· 1044 commits to master since this release

New features include:

  • Polymorphic associations.
  • Associations can select the relation on the model based on the context.
  • Updates to the Readme.

Bug fixes include:

  • Routing methods now support both arrays and single values.
  • Accessing the record_count sometimes resulted in an error.
  • Multiword resource types were not generating the correct class.
  • Related record ids where not being retrieved using the same query as the related resources themselves. This resulted in possible mismatches and broke the eager loading which led to running many more queries than required if includes were specified in the request.

And finally there was some significant code cleanup involving formatting an removing some unused variables.