Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

cycli 0.7.0

Latest
Compare
Choose a tag to compare
@nicolewhite nicolewhite released this 29 Jan 23:33
· 69 commits to master since this release

Bolt

You can now use cycli with Bolt—Neo4j's new binary protocol—thanks to Nigel! You'll need to install:

Bolt support is still in its alpha stage. For example, it does not yet support authentication.

Better Autocomplete

Autocomplete has received several improvements. Most notably, the autocomplete menu will no longer disengage when you get to an underscore _ in a relationship name.

pic

It also stays on when using spaces inside backticks:

pic

Both of the above improvements apply to labels, relationship types, and property keys.

Better CSVs

Non-numerics are now wrapped in double quotes when written to .csv files. Woops.

Better Syntax Highlighting

A few bugs in the syntax highlighting with different combinations of nodes, relationships, and arrows have been fixed.