Packages

An A-star 2D polygon map search implementation and library for Elixir

Current section

Files

Jump to
scurry CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 2.0.0 - 2023-03-16
- Change API of `PolygonMap.nearest_point` to take point (tuple) and not line.
## 1.0.1 - 2023-03-13
- Documentation fixes only to force hexdocs to link to the right doc.
## 1.0 - 2023-03-13
- Initial release