You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New syntax for autogenerated components (#184, #186)
Components that are not referenced in any connection set will not be rendered. Instead, a warning will be output in the console. (#328, #332)
New command line interface (#244). Run wireviz --help for details
The path specified with the -o/--output-dir option no longer includes the filename (without extension) of the generated files. Use the -O/--output-name option to specify a different filename for the generated files.
The .gv file is no longer included as a default output format (only as an intermediate file during processing) unless specified with the new -f option described below.