* All necessary subdirectories are created for the target files. Thanks to brodul for the patch. * All parts in buildout.cfg are available to the templates, instead of being limited to the parts listed in buildout:parts. Thanks to brodul for the patch.
1.1
------------------------
* Replaced iterable test with split filter for better control and simpler template logic * Made options from other parts available through parts.<part-name>.<option-name> and parts[<part-name>][<option-name>]. Thanks to Remco Wendt for patch.
1.0
------------------------
* Added base-dir option for setting the root of the Jinja2 environment. Default is the Buildout directory as before.
0.1.1
--------------------------
* Stripping all options before supplying to the templates * Added a test for checking if a value is iterable to the Jinja2 environment