All Versions
9
Latest Version
Avg Release Cycle
4 days
Latest Release
1059 days ago
Changelog History
Changelog History
-
v0.8.0 Changes
July 04, 2020โ 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
-
v0.7.0 Changes
June 27, 2020โ 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
-
v0.6.1 Changes
June 22, 2020 -
v0.6.0 Changes
June 20, 2020โ Added
- ๐ new feature use specific icons for each provider (see [README](./README.md) for the How To)
- ๐ ๐ icons for AWS, GCP and Azure cloud providers (see: [icons/](./icons/) folder)
- ๐ new commandline flag
-verbose
to print some debug infos
๐ Changed
- ๐จ ๐ total code refactoring - more function(al) less OOP
- easier to add new components
-
v0.4.0 Changes
June 11, 2020โ Added
- This CHANGELOG file
- โ Test cases
- ๐ New commandline flag
-bottom-top
to set bottom top layout - ๐ New component kind: [
container-service
](./examples/cos.yml) - ๐ New component kind: [
waf
](./examples/waf.yml) - ๐ New example [./examples/system-view.yml](./examples/system-view.yml)
-
v0.3.0 Changes
June 10, 2020๐ Changelog
f3e7535 Add four new components: balancer, cdn, dns, html
-
v0.1.0 Changes
June 05, 2020๐ Changelog
2adfc66 first commit