Neo4j.rb v0.3.3 Release Notes
Release Date: 2009-11-25 // about 13 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)