v1.0.0
Changelog
4614044 Initial commit
f36f5ea Merge pull request #1 from moul/renovate/configure
3358577 Merge pull request #10 from moul/dev/moul/dockerfile
fb4b3e8 Merge pull request #11 from moul/dev/moul/la-methode-pert
d7c0195 Merge pull request #3 from moul/dev/moul/paths
66b519e Merge pull request #7 from moul/dev/moul/graphviz
2d3f8bf Update README.md
8aa2536 Update README.md
7fd942c Update README.md
94cc3f4 chore(deps): add renovate.json
29c3fa4 chore: add 'make lint' rule
ec34c79 chore: add FindShortestPathFN helper
7dc9d68 chore: add graph.FindAllPaths()
48c756c chore: add more Stringer implementations
1fd7940 chore: add more styling options to pertify
afc96d4 chore: add more styling options to pertify (#9)
02ec840 chore: add new Vertex helpers
5ddbd48 chore: add pert (#5)
c25ca40 chore: avoid gorelease dirty state
6ea064d chore: disable codecov
66812e7 chore: enable circle
97e58cf chore: fixup
06d364f chore: fixup
1ca1fbd chore: initial version
4632fc5 chore: initial version of paths, connections
6f7d252 chore: optimize graph.IsolatedVertices
fff2477 chore: refactor
2998ddd chore: refactor graph
6dcd63d chore: refactor the API to encourage not using direct initializations
d3ef11a chore: refactor whole codebase again
e3026b9 chore: small API refactors
046ae6d chore: switch to fmt.Stringer in interface + add 'make test' rule
45a3d4a chore: testing FromPertConfig
614a84b chore: testing FromPertConfig (#12)
96ae9a8 chore: update test function names for godoc
a07c721 feat: add 'make release'
b5ec527 feat: add 'make release' (#15)
7127df0 feat: add 'pertity --with-details' opt + new example
a7ce29c feat: add WalkVerticesFN helpers + subgraph calculation
8f0a3ac feat: add docker support
ad4db38 feat: add graphviz
f387271 feat: add pert
8e4f18f feat: add pert calculation (#6)
a07d20e feat: add pertify, a cli tool to compute pert graphs
5438ce9 feat: add pertify, a cli tool to compute pert graphs (#8)
25b1f7c feat: add shortest path calculation using dijkstra
13364aa feat: initial version of pert simplifier
828bb35 feat: initial version of pert simplifier (#14)
86d8b7a feat: pert calculation