Skip to content

v4.0.0

Choose a tag to compare

@appellation appellation released this 05 Sep 19:16
· 48 commits to master since this release
6062533

Breaking changes

  • Removed deep query options; use new methods to achieve the same results.
  • Resources that could not be found will now reject.

Additions

  • All structures have a property full describing whether they were created as a full representation of that resource.
  • In conjunction with the above, all structures has a fetch method in order to reload the full data from the API.
  • All structures have a raw property, which contains the most recently received raw data from the API.

Fixes

  • #9 is fixed