Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@tobyzerner tobyzerner released this 05 Mar 07:02
· 6 commits to master since this release

Added

  • #96: Improve invalid parameter exceptions with more information about what's invalid. (@nubs)

Changed

  • #106: Convert snake_case into camelCase when calling a relationship method. (@ustrugany)

Fixed

  • #94: Properly support empty to-one relationships.
  • #99: Omit attributes on resource identifier objects. (@anthonyhendrickson)
  • #103: Prevent resource relationships from being built twice per resource.
  • #110: Omit empty attributes on resources. (@f3ath)