@neo4j/cypher-builder
Advanced tools
Changelog
0.4.0
#3147 2bc2c7019
Thanks @angrykoala! - Refactor Cypher.Map to use a Map internally, include .size method and remove support for undefined fields
#3106 bfae63097
Thanks @darrellwarde! - The type Cypher.PropertyRef
is now fully exported under Cypher.Property
for use with utilities such as instanceof
. However, it maintains the current behaviour of not being directly instantiable.
#3115 a04ef4469
Thanks @angrykoala! - Map projections inject the leading dot (.) in the map fields automatically.
#3091 0d7a140ae
Thanks @angrykoala! - Add support for using sets when defining the labels of a Node
#3153 d47624ea1
Thanks @MacondoExpress! - Adds divide
, multiply
, mod
, pow
to the Math Operators.
#3154 b276bbae2
Thanks @angrykoala! - Add inequality operator (<>) with Cypher.neq
Changelog
0.3.0
507f9f7ff
Thanks @angrykoala! - CallProcedure clause deprecated and improvements on Procedures API#3012 cdbf0c1fe
Thanks @angrykoala! - Add support for USE in CypherBuilder
#2984 084e0e036
Thanks @angrykoala! - Support for path variables over patterns
#3008 c4b9f120a
Thanks @angrykoala! - Adds support for DISTINCT in aggregation functions
Changelog
0.2.1
#2868 c436ab040
Thanks @angrykoala! - Add timezone parameter to temporal functions
#2884 1a2101c33
Thanks @darrellwarde! - Add id()
and elementId()
functions
Changelog
0.2.0
d4455881c
Thanks @angrykoala! - Support for patterns with multiple relationships and variable-length patterns#2827 81df28ed9
Thanks @angrykoala! - Add support for square brackets syntax on variable properties
#2862 4fdb5135f
Thanks @angrykoala! - Add XOR operation
Changelog
0.1.10
81df28ed9
Thanks @angrykoala! - Add support for square brackets syntax on varaible propertiesChangelog
0.1.9
ddf51ccfe
Thanks @angrykoala! - Fix variable name generation when reusing named paramsChangelog
0.1.8
2d2cb2e42
Thanks @angrykoala! - Support for UNWIND statement after CALL { ... }Changelog
0.1.7
c8c2d2d4d
Thanks @MacondoExpress! - Introduce ListIndex and add support to the square bracket notation.Changelog
0.1.6
150b64c04
Thanks @MacondoExpress! - Apoc.util.validate is now invocable from CallProcedureChangelog
0.1.5
#2427 e23691152
Thanks @angrykoala! - Add string functions and expose Function class for arbitrary functions
#2429 4c79ec3cf
Thanks @angrykoala! - Add reduce function