Releases: jannomeister/pathfinder
Releases · jannomeister/pathfinder
v0.4.5
🚀 New Changes
- chore(package): add homepage
#31
- chore: update readme and package.json
#30
- chore(package): update deps and remove homepage
#29
- chore(package): update details
#27
v0.4.2
🚀 New Features
- feat(husky): added husky for pre-commit hook validations
#24
- chore(package): update deps
#23
v0.4.1
🐛 Bugs
- fixed
config folder not found
issue (#19) (20)
v0.4.0
🚀 New Features
- improved README (#15) (17)
- added Depth-first Search algorithm (#11) (16)
- updated app title (#10) (13)
🐛 Bugs
- added
max-width
to fixed container (#12) (14)
v0.2.0
🚀 New Features
- feat(A*): added heuristics and diagonal search support (#2)