Releases: awalterschulze/gographviz
Releases · awalterschulze/gographviz
version 2.0.3
Remove go.mod
version 2.0.2
Only small changes
- Replace travis job with github action
- Added go module support
- Fixed period escpaing
- Added ImagePos attribute
version 2.0.1
It has been a while since a release and this contains some small fixes and updates of dependencies.
caveat: travis think this is broken
version 2.0
version 2.0 includes some backwards incompatible changes:
- panics have been removed and replaced with the returning of errors.
- attribute name validation has been added as has been requested multiple times.
- golint and errcheck are now applied to the build.
These backwards incompatible changes were not made lightly and only because it increases the maturity of the package.
version 1.1
minor bug fixes