graph-builder
Version:
A graph builder library for modeling abstract graph structures.
26 lines (16 loc) • 499 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.2.2
### Added
- Added example of traversing in main docs
## 0.2.1
### Fixed
- Fixed iterating over edges
- Fixed mutating undirected graphs
## 0.2.0
### Added
- Traversals
### Changed
- Renamed SuccessorsFunction to SuccessorsAccessor