- Add basic JSON serializer and deserializer. [rnix, 2016-12-03]
0.9.16
-------------------
- Only encode name in ``node.behaviors.nodify.Nodify.__repr__`` and ``node.behaviors.nodify.Nodify.noderepr`` if name is unicode instance. [rnix, 2015-10-03]
- Improve ``node.behaviors.nodify.Nodify.printtree``. None node children are printed with key. [rnix, 2015-10-03]
0.9.15
-------------------
- Fix dependency declaration to ``odict`` in order to make setuptools 8.x+ happy; using ``>=`` instead of ``>`` now. [jensens, 2014-12-17]
0.9.14
------
- use ``plumbing`` decorator instead of ``plumber`` metaclass. [rnix, 2014-07-31]