- Upgraded Dart SDK to v3.6.0
- Upgraded dependencies.
- Upgraded Dart SDK to v3.2.6
- Upgraded dependencies.
- Inlined the discontinued pub_cache package and fixed all lint warnings.
- Using the new
dart
Docker image. - Upgraded dependencies.
- Ignore import lines that don't end with a semicolon.
- Upgraded dependencies.
- Upgraded dependencies.
- Upgraded to null-safe directed_graph.
- Migrated lakos to null safety!
- Upgraded all dependencies to null-safe versions, except for directed_graph.
- string_scanner is no longer a direct dependency.
- CLI breaking change: Removed
--node-color
,--font
, and--layout
options because all of these can be overriden through the Graphvizdot
command line arguments. - Improved default graph styling.
- Got image sizes under control in readme.
- Added
--font
option.
- Only add edges to nodes that exist.
- Improved resolvedFile logic in getEdges function.
- CLI breaking change:
--no-cycles-allowed
no longer requires--metrics
to be on.
- Added numEdges and avgDegree to metrics. Removed acdp.
- Added
--node-color
option. - Made
--metrics
default to off. - Added a
gv2gml
example in readme. - Updated readme images.
- Upgraded to directed_graph 0.2.2.
- Added a test for piping stdout to dot.
- API breaking change: convertModelToDirectedGraph is now Model.toDirectedGraph.
- Replaced digraph.isAcyclic with firstCycle.isEmpty for efficiency.
- Fixed a bug with forward slash paths on Windows.
- Escaped multiplication asterisks in readme.
- Added Metrics.firstCycle.
- Exposed convertModelToDirectedGraph in the public API.
- Added more dartdoc comments to the public API.
- Made subgraph ids relative to rootDir instead of rootDir.parent.
- Initial version.