Skip to content

Releases: davidpfister/fpm-modules

1.3.0

19 Feb 11:11
5808e0f

Choose a tag to compare

fpm-module v1.2.0

Now supports the latest version of fpm (v0.13.0).

Full Changelog: v1.2.0...v1.3.0

1.2.0

04 Nov 22:59
128d9bb

Choose a tag to compare

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

Full Changelog: v1.1.0...v1.2.0

1.1.0

31 Oct 18:13
93a2eff

Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/davidpfister/fpm-modules/commits/v1.1.0