* Row data can now be plain old python objects. * Added a `.blueprint()` method that outputs a recursive object model. * Added support for empty foreign key references. (Will return `None`.)
1.0.1
* `.rows(a_list_of_data)` allows importing new row data to the RelaTable. * `.export()` returns the same data as a regular list.