Skip to content

v0.19.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mfcochauxlaberge mfcochauxlaberge released this 06 Jan 06:25
· 19 commits to master since this release
eabe5dc

Breaking changes

  • Remove Get/SetToOne/Many methods from the Resource interface
  • Remove Attr and Rel from the Resource interface
  • Remove SetID method from the Resource interface
  • Remove GetID from the Resource interface

Improvements

  • Add Schema.AddTwoWayRel method
  • Add Meta struct with some helper methods
  • Add support for meta values in resource object

Bug fixes

  • Clarify pointer/struct difference in Wrap and fix behavior
  • Fix NewRequest so it doesn't ignore query params
  • Stop generating UUID in NewError

And other smaller changes...