You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/09/18 11:49:06 UTC

[tinkerpop] branch 3.4-dev updated (72d5530 -> 9150c64)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch 3.4-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 72d5530  Merge branch 'TINKERPOP-2412' into 3.4-dev
     add d3f3084  TINKERPOP-2054 Added traversalstrategy support to Javascript
     add 9150c64  Merge branch 'TINKERPOP-2054' into 3.4-dev

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |   3 +-
 docs/src/upgrade/release-3.4.x.asciidoc            |  13 +
 .../glv/GraphTraversalSource.template              |   4 +-
 .../lib/process/graph-traversal.js                 |   4 +-
 .../lib/process/traversal-strategy.js              | 279 +++++++++++++++++++--
 .../test/integration/traversal-test.js             |  46 +++-
 .../test/unit/translator-test.js                   |   3 -
 7 files changed, 324 insertions(+), 28 deletions(-)