Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 459 Bytes

CHANGELOG.md

File metadata and controls

10 lines (8 loc) · 459 Bytes

Neo4jAncestry Changelog

  • v0.0.2 - Route traversing.

  • TODO: object.find_routes_to(other_object)

  • TODO: object.find_routes_to(other_object, via: third_object)

  • TODO: object.find_routes_to(other_object, via: [third_object, another_object])

  • v0.0.1 - Initial release with basic functionality.

  • Rake tasks for installation and setup of neo4j.

  • Basic traversing methods, such as parents, children, ancestors, descendants, siblings.