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

Changelog History
Page 15

  • v5.0.14 Changes

    September 08, 2015

    ๐Ÿ›  Fixed

    • Calling all on a QueryProxy chain would cause the currently set node identity within Cypher to be lost.
  • v5.0.13 Changes

    July 08, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿšฉ Backport AssociationProxy#method_missing fix to raise errors on invalid methods
    • ๐Ÿ›  Fix the count issue on depth two associations (#881)
  • v5.0.12 Changes

    ๐Ÿ›  Fixed

    • Break between associations so that potential where clauses get applied to the correct (OPTIONAL )MATCH clause

    ๐Ÿ›  Fixed

    • Delegate first and last from AssociationProxy to QueryProxy
    • ๐Ÿ›  Fix order behavior for first and last in QueryProxy
  • v5.0.11 Changes

    ๐Ÿ›  Fixed

    • Delegate first and last from AssociationProxy to QueryProxy
    • ๐Ÿ›  Fix order behavior for first and last in QueryProxy
  • v5.0.10 Changes

    July 31, 2015

    ๐Ÿ›  Fixed

    • Fix what should have been a very obvious bug in _active_record_destroyed_behavior behavior
    • โž• Add eager loading to QueryProxy so that it works in all expected places
  • v5.0.9 Changes

    July 29, 2015

    ๐Ÿ›  Fixed

  • v5.0.8 Changes

    July 26, 2015

    ๐Ÿ”„ Changed

    • Copied QueryClauseMethods doc from master
  • v5.0.7 Changes

    July 26, 2015

    ๐Ÿ”„ Changed

    • ๐Ÿš€ Copied docs folder from master because a lot of work had gone into the docs since 5.0.0 was released
  • v5.0.6 Changes

    July 22, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix query logging so that by default it only outputs to the user in the console and development server. Logger can be changed with neo4j.config.logger configuration option
  • v5.0.5 Changes

    July 19, 2015

    โž• Added

    • Added log_cypher_queries configuration option so that queries aren't on by default but that they can be controlled