v0.1.0, 2011-01-18 -- Initial release.

v0.1.6, 2011-01-31 -- Many small inprovements
     
  Cumulative entry for all changes from v0.1.1 to v0.1.6

  * Lots of cleaning up
  * More & better unittests (run `python __init__.py`)
  * Substucture parsing - parse lists for dict structures
    and replace those with Yaco objects. Allows the following
    syntax: x.a.b[3].c = 1
  
v0.1.9, 2011-06-11 -- 'simple' export
   
   * export Yaco structure as a simple python object
     based on python 'primitives'
