Skip to content

v8.1.0

Compare
Choose a tag to compare
@UnDarkle UnDarkle released this 05 Feb 12:47
· 42 commits to master since this release
3131a3e
  • Enable sending data from sub-data when requesting sub-resources (r=Resource.request(data=MyData.sub.field)
  • Added (back) the DataPointer class, that implements this behavior under the hood. It can also be used by itself (r=Resource.request(field=DataPointer("my_data_field_name"))
  • Updated docs accordingly