Internally, now uses dorothy to generate the GraphViz DOT source.
A decorator option makes it possible to customize individual component node attributes in an open-ended way.
New options allow node attributes in the graph to be controlled for specific components.
Update dependencies, add new options:
:horizontal -- to layout the diagram left-to-right instead of top-to-bottom.
:save-as -- to specify path to the GraphViz file that is generated.
You may now control the output format (for example, to output as SVG or PNG, rather than PDF).
The enabled flag has been removed; visualize-system
will now always visualize the system.
Invalid dependencies are now highlighted in red.
Initial release.