- update metadata: copyright, hex links
- allow
goal
to be a function (contributed by whossname)
- behave on Elixir 1.8,1.9
- fix deps
- update to Elixir 1.4.x
- test on variety of OTP/Elixir versions via travis
- restrict to Elixir 1.2.x (typespec issues on 1.3)
- use Map & MapSet internally instead of old Dict & Set
- above is faster by 33%
- this requires Elixir 1.2.x
- expose pattern for empty heapmap and use it
- dev goodies: specs, bench, new reloader
- update dev deps to nicely play with Elixir 1.2
- a tiny doc polishing
- prepare for future full app (now just childless supervisor)
- for anyone who cares, change license to BSD
- adapt to Elixir 1.1 and OTP 18
- heapmap impl: switch from recordp to struct
- warmly welcoming excheck tests!
- impl: updater moved to separate compiled fun, giving a tiny speedup
- vger tests rely on test data from upstream
- cosmetic, tests for pathological cases, ex_doc support
- Hex-ify
- fix HeapMap.mapping bug
- Elixir 1.0.x
- geo tests
- vger tests
- 100% coverage
First version where A* works as expected.
- adapt to Elixir 0.14
- cleanups, typespecs, travis, github goodies
- experimental A* algo using reimplemented HeapMap