Redisgraph.js Versions Save

A Javascript client for RedisGraph

v2.2.2

3 years ago

Changes

  • Add support for Point datatype (#67)
  • Add TypeScript types support (#63, #62)
  • Support Map datatype (#60)

v2.2.1

3 years ago

Bugs:

  • Better validation of string parameter ending, containing double-quotes. (#56)

v2.2.0

3 years ago

Enhancements:

  • Add cached execution indication relevant for RedisGraph 2.2 (#54)

Bugs:

  • Fixed string escape (#52)

v2.1.0

4 years ago

API additions

  • #47 Added close method for graph object.
  • #47 Added result set size method.

v2.0.3

4 years ago

NPM and GitHub versions are now the same

v2.0.2

4 years ago
  • Fixed a bug in Graph constructor with specified port. (#43, #44)

v2.0.1

4 years ago

v2.0.0

4 years ago

v2.0.0-rc1

4 years ago
  • RedisGraph client API

    • Result set structure - Supports the result set structure returned from RedisGraph 1.99.7 and later:
      • Array as a returned data type.
      • Path as a returned data type.
      • Indices modification(create/delete) report as part of the result set statistics.
    • Support parameterized queries.
  • Code

    • Better async usage in examples and unit tests
  • Automation

v1.1.4

5 years ago