Releases: neo4j/cypher-builder
Releases · neo4j/cypher-builder
v0.5.4
Patch Changes
- #22
9aadbad
Thanks @angrykoala! - Adds@internal
methods to the output .d.ts to avoid errors in client builds
v0.5.3
Patch Changes
-
#17
1089034
Thanks @angrykoala! - Escapes properties in patterns.e.g.
MATCH (m:Movie { `$myProp`: "Text" })
v0.5.2
Patch Changes
-
#11
63ffbbf
Thanks @angrykoala! - Adds db.index.fulltext.queryRelationships -
#13
41a15dd
Thanks @darrellwarde! - Change the abstract class Reference to accept nested properties
v0.5.1
Patch Changes
-
708d9de
Thanks @angrykoala! - Adds NamedRelationship -
#8
b77f6b0
Thanks @angrykoala! - Add Cypher.utils.compileCypher method -
#8
b77f6b0
Thanks @angrykoala! - Add escapeType and escapeProperty utils
v0.5.0
Minor Changes
- #2
c2f4af7
Thanks @angrykoala! - Deprecates runFirstColumn clause in favor of apoc.cypher.runFirstColumnSingle and runFirstColumnMany function to better reflect Cypher behaviour
Patch Changes
-
19892cb
Thanks @angrykoala! - Update repository to https://github.com/neo4j/cypher-builder -
#3
1c1bd0c
Thanks @angrykoala! - Groups mathematical operators with parenthesis