All Versions
192
Latest Version
Avg Release Cycle
58 days
Latest Release
1238 days ago
Changelog History
Page 18
Changelog History
Page 18
-
v2.2.0.rc1 Changes
September 21, 2012- ๐ Use neo4j-core and neo4j-wrapper version 2.2.0.rc1
- ๐ Use the neo4j-cypher gem
- ๐ Better support for Orm Adapter, #212
- ๐ Use Cypher query when finder method does not have a lucene index, #210
-
v2.0.1 Changes
June 06, 2012- ๐ Use neo4j-core and neo4j-wrapper version 2.0.1
-
v2.0.0 Changes
May 07, 2012(same as rc2)
-
v2.0.0.rc2 Changes
May 04, 2012- 0๏ธโฃ Enable Identity Map by default
- โ Added versioning for Neo4j::Core
-
v2.0.0.rc1 Changes
May 03, 2012- ๐ Fix of rake task to upgrade to 2.0
- Various Cypher DSL improvements, core(#3,#4,#5), #196
- โ Added Neo4j::VERSION
-
v1.0.0 Changes
March 02, 2011- Complete rewrite of everything.
- Replaced the lucene module with using the java neo4j-lucene integration instead
- Lots of improvements of the API
- ๐ Better ActiveModel/Rails integration
-
v0.4.4 Changes
August 01, 2010- ๐ Fixed bug on traversing when using the RelationshipMixin (#121)
- ๐ BatchInserter and JRuby 1.6 - Fix iteration error with trying to modify in-place hash
-
v0.4.3 Changes
April 10, 2010- ๐ Fixed .gitignore - make sure that we do not include unnecessarily files like neo4j databases. Release 0.4.2 contained test data.
- โ Added synchronize around Index.new so that two thread can't modify the same index at the same time.
-
v0.4.2 Changes
April 08, 2010- No index on properties for the initialize method bug (#116)
- ๐ Tidy up Thread Synchronization in Lucene wrapper - lucene indexing performance improvement (#117)
- Permission bug loading neo4j jar file (#118)
- Spike: Make NodeMixin ActiveModel complient - experimental (#115)
-
v0.4.1 Changes
March 11, 2010- Migrations (#108)
- BatchInserter (#111)
- Neo4j::Relationship.new should take a hash of properties (#110)
- โฌ๏ธ Upgrade to neo4j-1.0 (#114)
- Bigfix: has_one should replace old relationship (#106)
- ๐ Bugfix: custom accessors for NodeMixin#update (#113)
- ๐ Bugfix: Indexed properties problem on extented ruby classes critical "properties indexer" (#112)