Skip to content

0.2.0

Compare
Choose a tag to compare
@matthewhanson matthewhanson released this 16 Jul 04:34
· 69 commits to master since this release
88c07de

[v0.2.0] - 2019-07-16

Changed

  • Thing.publish() removed. Self links are not used at all (and not recommended for static catalogs)
  • Thing.root() returns Thing if no root (rather than an empty list). If more than one root an error will now be thrown.
  • Thing.parent() functions now return None if no parent (rather than an empty list). If more than one parent then an error will now be thrown.
  • Internal JSON data now stored in variable called _data rather than data