@neo4j/cypher-builder@0.4.0
版本发布时间: 2023-04-11 22:08:37
neo4j/graphql最新发布版本:@neo4j/graphql@5.7.0(2024-09-27 22:43:48)
Minor Changes
-
#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 typeCypher.PropertyRef
is now fully exported underCypher.Property
for use with utilities such asinstanceof
. 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.
Patch Changes
-
#3091
0d7a140ae
Thanks @angrykoala! - Add support for using sets when defining the labels of a Node -
#3153
d47624ea1
Thanks @MacondoExpress! - Addsdivide
,multiply
,mod
,pow
to the Math Operators. -
#3154
b276bbae2
Thanks @angrykoala! - Add inequality operator (<>) with Cypher.neq