Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 922 Bytes

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 922 Bytes

Change Log

0.3.0 - 2023-04-26

Algorithms

  • Add a topological sort algorithm.

API Changes

  • Add Array<Vertex>.toVertexArray() and VertexArray.toTypedArray() extension methods.

0.2.0 - 2023-04-25

  • Moved algorithms to the io.github.alexandrepiveteau.graphs.algorithms package.
  • Added scope and dedicated builder interfaces to graph builders.

0.1.1 - 2023-04-25

Documentation

  • Added some download instructions.

0.1.0 - 2023-04-25

Initial release