Neo4j.rb v0.4.0 Release Notes

Release Date: 2010-02-06 // about 14 years ago
    • ๐ŸŽ Performance improvements and Refactoring: Use and Extend Neo4j Java Classes (#97)
    • ๐Ÿ‘Œ Support for Index and Declaration of Properties on Relationships (#91)
    • โฌ†๏ธ Upgrade to neo4j-1.0 rc (#100)
    • All internal properties should be prefix with a '_',0.4.0 (#105)
    • Generate relationship accessor methods for declared has_n and has_one relationships (#104)
    • ๐Ÿ†• New way of creating relationship - Neo4j::Relationship.new (#103)
    • Neo4j#init_node method should take one or more args (#98)
    • Namespaced relationships: has_one...from using the wrong has_n...to(#92)
    • Neo4j::NodeMixin and Neo4j::Node should allow a hash for initialization (#99)