Skip to content

v0.4.0

Choose a tag to compare

@digitalsadhu digitalsadhu released this 11 Oct 19:46
· 425 commits to master since this release

v0.4.0

Changes:

  • Adds support for fetching related model data with GET /:model/:id/:relatedModel
  • Adds support for fetching relationship data with GET /:model/:id/relationships/:relatedModel
  • Bug fixes

Known issues:

  • User login appears to be broken
  • Fetching related models and relationships with has and belongs to and has many through relationship types is not yet working
  • Creating, updating and deleting relationships is not yet implemented