All Versions
9
Latest Version
Avg Release Cycle
4 days
Latest Release
247 days ago
Changelog History
Changelog History
-
v0.8.0
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.6.0
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
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)