Skip to content

Latest commit

 

History

History
335 lines (180 loc) · 22 KB

CHANGELOG.md

File metadata and controls

335 lines (180 loc) · 22 KB

@neo4j/cypher-builder

1.3.0

Minor Changes

  • #106 7474e62 Thanks @angrykoala! - Add instant temporal functions:

    • time
    • localtime
    • localdatetime
    • datetime
    • date

    As well as the related nested functions:

    • *.realtime
    • *.statement
    • *.transaction
    • *.truncate
    • datetime.fromepoch
    • datetime.fromepochmillis
  • #100 73d9cba Thanks @angrykoala! - Add duration functions:

    • duration
    • duration.between
    • duration.inMonths
    • duration.inDays
    • duration.inSeconds

Patch Changes

1.2.0

Minor Changes

Patch Changes

1.1.2

Patch Changes

1.1.1

Patch Changes

  • #81 0af8a3a Thanks @angrykoala! - Reverts types for Call innerWith, With without parameters will not be rendered

1.1.0

Minor Changes

Patch Changes

1.0.0

Major Changes

Minor Changes

Patch Changes

0.6.0

Minor Changes

Patch Changes

0.5.4

Patch Changes

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

0.5.3

Patch Changes

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

    e.g.

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

0.5.2

Patch Changes

0.5.1

Patch Changes

0.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

0.4.3

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

0.4.0

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 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.

Patch Changes

0.3.0

Minor Changes

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

Patch Changes

0.1.10

Patch Changes

0.1.9

Patch Changes

0.1.8

Patch Changes

0.1.7

Patch Changes

0.1.6

Patch Changes

0.1.5

Patch Changes

0.1.4

Patch Changes

0.1.3

Patch Changes

  • #2115 7aff0cf19 Thanks @MacondoExpress! - Included List, date, localtime, localdatetime, time, randomUUID. It's possible now to set edge properties from the Merge clause.

0.1.2

Patch Changes

0.1.0

Minor Changes