v0.4.3 - Polymorphic associations, context bases relations, and some bug fixes
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.