Neo4j.rb v0.3.3 Release Notes

Release Date: 2009-11-25 // over 14 years ago
    • ๐Ÿ‘Œ Support for a counter property on has_lists (#75)
    • Support for Cascade delete. On has_n, had_one and has_list (#81)
    • NodeMixin#all should work with inheritance - Child classes should have a relationship of their own. (#64)
    • ๐Ÿ‘Œ Support for other lucene analyzer then StandardAnalyzer (#87)
    • ๐Ÿ“„ NodeMixin initialize should accept block like docs (#82)
    • โž• Add incoming relationship should work as expected: n1.relationships.incoming(:foo) << n2 (#80)
    • โœ‚ Delete node from a has_list relationship should work as expected (#79)
    • ๐Ÿ‘Œ Improve stacktraces (#94)
    • โœ‚ Removed sideeffect of rspecs (#90)
    • โž• Add debug method on NodeMixin to print it self (#88)
    • โœ‚ Removed to_a method (#73)
    • โฌ†๏ธ Upgrade to neo4j-1.0b10 (#95)
    • โฌ†๏ธ Upgrade to lucene 2.9.0 (#83)
    • ๐Ÿ”จ Refactoring: RSpecs (#74)
    • ๐Ÿ”จ Refactoring: aggregate each, renamed to property aggregator (#72)
    • ๐Ÿ›  BugFix: neo4j gem cannot be built from the source (#86)
    • ๐Ÿ›  BugFix: Neo4j::relationship should not raise Exception if there are no relationships (#78)