Skip to content

Releases: neo4j/cypher-builder

v0.5.4

20 Jun 15:56
Compare
Choose a tag to compare

Patch Changes

  • #22 9aadbad Thanks @angrykoala! - Adds @internal methods to the output .d.ts to avoid errors in client builds

v0.5.3

15 Jun 09:08
5e58357
Compare
Choose a tag to compare

Patch Changes

  • #17 1089034 Thanks @angrykoala! - Escapes properties in patterns.

    e.g.

    MATCH (m:Movie { `$myProp`: "Text" })
    

v0.5.2

09 Jun 14:49
0b234e2
Compare
Choose a tag to compare

Patch Changes

v0.5.1

07 Jun 16:00
1029491
Compare
Choose a tag to compare

Patch Changes

v0.5.0

06 Jun 16:02
8f0a10f
Compare
Choose a tag to compare

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