Releases: diogofcunha/fast-graph
Releases · diogofcunha/fast-graph
v1.5.0
1.5.0 (2024-1-21)
Features
- 🎸 allowed providing initial node for bfs (a48f43a)
- 🎸 allowed providing initial node for bfsAsync (7c101b7)
- 🎸 allowed providing initial node for dfs (0a72e52)
- 🎸 allowed providing initial node for dfsAsync (734e7c9)
v1.4.0
1.4.0 (2024-1-20)
Features
- 🎸 allowed for node value to be muttable (3d657cf)
v1.3.2
1.3.2 (2024-1-20)
Bug Fixes
- 🐛 made sure typs file is generated (ed5312c)
v1.3.1
1.3.1 (2024-1-18)
Bug Fixes
v1.3.0
1.3.0 (2024-1-18)
Features
- 🎸 added dijkstra algorithm to graph (328f4e7)
- 🎸 added dijkstra algorithm to graph (534abcc)
- 🎸 added NodeDistance map (22d5cc6)
v1.2.0
1.2.0 (2024-1-18)
Features
- 🎸 added GraphCycleError (2f350e2)
- 🎸 added NodeNotFoundError (ab57219)
- 🎸 added WeightedGraphEdgeError (ecb0178)