draft v0.8.0 Release Notes
Release Date: 2020-07-04 // over 3 years ago-
โ Added
- 0๏ธโฃ ๐ default component icons embedded in the draft binary executable
- ๐ new connection attribute
num
in order to eventyally number them - ๐ new
labeldistance
labelangle
andminlen
attributes in order to have full control of labels displacement
๐ Changed
- ๐ complete restyling of the icons representing the individual components (see [README.md](./README.md))
- to render different providers implementations in the same graph
provider
is a component attribute now - you can add eventually some simple HTML tag to the component attribute
label
-impl
flag it's now a simple boolean, if specified it will show each componentimpl
attribute - otherwise it will be hide
Previous changes from v0.7.0
-
โ Added
- ๐ load architecture YAML files from remote HTTP sites
draft 'http://my.my.domain.com/arch.yml' | dot -Tpng > arch.png
๐ Fixed
- ๐ issue #5 labels for all components and connections
๐ Changed
impl
flag value for Google Cloud is nowgoogle
- ๐ load architecture YAML files from remote HTTP sites