Releases: davidpfister/fpm-modules
Releases · davidpfister/fpm-modules
1.3.0
fpm-module v1.2.0
Now supports the latest version of fpm (v0.13.0).
- Feature/support fpm 0.13.0 by @davidpfister in #5
Full Changelog: v1.2.0...v1.3.0
1.2.0
fpm-module v1.2.0
For this version, new features have been added:
- Support for markmap
- Support for submodules for dot and mermaid export
What's Changed
- Feature/add markmap by @davidpfister in #4
Full Changelog: v1.1.0...v1.2.0
1.1.0
fpm-module v1.1.0
For this version, the command line interface has been aligned with fpm-deps from ivan-pi.
Warning
The option -c, --chart has been renamed -K, --layout to be consistent with graphviz.
The default behavior has also been updated and normalized. In this version, the default layout engine is dot. In the absence of an explicit output file, the stdout is used.
The following table of options is used
| -K | -o |
|---|---|
| (default: dot) | *.json, *.dot, *.gv, *.svg, *.jpg, *.png, *.html |
| dot, fdp, sfdp, neato | *.json, *.dot, *.gv, *.svg, *.jpg, *.png, *.html |
| circle | *.json, *.html |
| force | *.json, *.html |
| mermaid | *.mmd, *.html |
| json | *.json |
| toml | *.toml |
What's Changed
- align command line interface and update output by @davidpfister in #2
- Maintenance/align and update output by @davidpfister in #3
New Contributors
- @davidpfister made their first contribution in #2
Full Changelog: https://github.com/davidpfister/fpm-modules/commits/v1.1.0
