Skip to content

Releases: ba-st/Mole

v3.4.0

25 May 16:12
2deff21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

19 Apr 15:00
ce55921
Compare
Choose a tag to compare

What's Changed

  • Add Pharo 10 support by @gcotelli in #17
  • Rename GraphTraversalAlgorithm to GraphTraversal to be consistent with the hierarchy by @gcotelli in #16

Full Changelog: v3.2.0...v3.3.0

v3.2.0

31 Mar 20:00
Compare
Choose a tag to compare

Changelog

  • Updated dependencies
  • Add Pharo 9 as a supported platform
  • Use GitHub actions for the build

v3.1.0

24 Jan 19:33
Compare
Choose a tag to compare

Changes

  • #7 #8 : Added BFS and DFS traversal algorithms (thanks @jvanecek)
  • Updated dependencies

v3.0.0

10 Jul 20:16
85c6445
Compare
Choose a tag to compare

Breaking Changes

  • Fixed #10 : Implemented edge-labeling support
    • UndirectedGraphBuilder and DirectedGraphBuilder were replaced with GraphBuilder (use buildDirected or buildUndirected)
    • relate:to: is now connect:to:
    • selfRelate: is now loopOn:

v2.0.0

24 Jun 14:21
6a4eabc
Compare
Choose a tag to compare

Breaking Changes

  • Implemented directed and undirected graphs. Everything has a different name now.

v1.0.0

16 May 01:57
4ff7a25
Compare
Choose a tag to compare

First release