Skip to content

Releases: moul/graphman

v1.6.0

31 Dec 15:12
Compare
Choose a tag to compare

1.6.0 (2019-12-31)

Features

  • add Graph.Human() helper (d3a3d83)
  • setup semantic releases (5ef4bff)

v1.4.0

29 Aug 16:07
Compare
Choose a tag to compare

Changelog

49e30a0 Merge pull request #36 from moul/dev/moul/bump-circle
e967fd7 Merge pull request #37 from moul/dev/moul/undefined-deps
9e01209 chore: bump circle config
b714440 feat: detect PERT undefined dependencies

v1.3.0

28 Aug 00:22
Compare
Choose a tag to compare

Changelog

1c21dbb Merge pull request #31 from moul/dev/moul/non-standard-pert
2b9ff54 Merge pull request #32 from moul/dev/moul/netlify-examples
02d7312 Merge pull request #34 from moul/dev/moul/bump-deps
d3adc5a chore: bump deps
5794663 feat: add examples on netlify
6aac67a feat: non-standard pert

v1.2.0

26 Aug 14:44
f2cc0ff
Compare
Choose a tag to compare

Changelog

f2cc0ff Merge pull request #30 from moul/dev/moul/new-style
9ab1188 chore(viz): support more attributes
c78cc14 chore: update repo style to match golang-repo-template

v1.1.0

26 Aug 07:07
Compare
Choose a tag to compare

Changelog

3706f90 Merge pull request #17 from moul/dev/moul/lambda
7ee14a1 Merge pull request #19 from moul/dev/moul/simplify-common-predecessors
acac5ea chore: fixup
b2bee9b chore: fixup
e8eed57 chore: initial web interface
bd7c7a7 chore: initial web interface (#18)
9cfaba2 chore: use -race for testing
274a6e3 feat: add lambda
4ebaf58 feat: simplify common predecessors

v1.0.0

18 Jul 19:45
c25ca40
Compare
Choose a tag to compare

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