All Versions
192
Latest Version
Avg Release Cycle
58 days
Latest Release
1238 days ago

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)