Releases: cleishm/libcypher-parser
libcypher-parser 0.6.2 (beta)
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Fix issue in configure.ac that was requiring peg for distribution builds.
libcypher-parser 0.6.1 (beta)
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Adjust precedence of IS NULL
- Fix several build warnings
- Adjust precedence of regex and equals infix operator parsing
libcypher-parser 0.6.0 (beta)
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Adds #define's for compile-time version inspection (suggested by @franekp)
libcypher-parser 0.5.4 (beta)
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Accept parameters using leading
$
- Support pattern comprehensions
- Support ENDS WITH
- Support map projections
- Various other fixes and updates
libcypher-parser 0.5.3 (beta)
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Fixes an issue with indentation of multiline commands.
libcypher-parser 0.5.2 (beta)
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Fixes an issue tracking line numbers over multiple statements.
libcypher-parser 0.5.1 (beta)
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Handle unterminated block quotes and string literals
- Provide next start offset during quick parsing
libcypher-parser 0.5.0 (beta)
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Allow client commands to span multiple lines
- Allow client commands to be terminated by semicolons
libcypher-parser 0.4.0 (beta)
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Improve line number tracking for error reporting
- Add range information to quick parse callback
libcypher-parser 0.3.4 (beta)
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian.
Changes:
- Added file parsing support to
cypher-lint
- Added
--no-colorize
tocypher-lint
- Fixed
--version
incypher-lint