All Versions
9
Latest Version
Avg Release Cycle
4 days
Latest Release
1403 days ago

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 and minlen 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 component impl 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 now google
  • v0.6.1 Changes

    June 22, 2020

    ๐Ÿ”„ Changelog

    7565386 Fix Go Coverage shield URL
    5492b5b Fix bug outline frames not working
    โœ… 5dae062 Fix two broken test cases

  • 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.5.0 Changes

    June 15, 2020

    ๐Ÿ”„ Changelog

    โœ… f651f89 Add CHANGELOG file and test cases
    03c4867 Add go report card and coverage badges
    cd8535c Add the twitt badge to README file
    ๐Ÿ‘€ 1c6621c Breaking changes! see CHANGELOG.md for details
    4e6fcda Regenerate examples

  • 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.2.0 Changes

    June 08, 2020

    ๐Ÿ”„ Changelog

    931c65e Add another exemple
    โšก๏ธ 9120b09 Update README.md
    ba40918 [issue #1] common provider for one or more nodes
    9312030 [issue #1] common provider for one or more nodes
    ade166b [issue #1] common provider for one or more nodes

  • v0.1.0 Changes

    June 05, 2020

    ๐Ÿ”„ Changelog

    2adfc66 first commit