Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.

Releases: arangodb/aqbjs

v1.11.0

03 Jun 11:47
Compare
Choose a tag to compare

Changes:

  • added support for ArangoDB 2.6 UPSERT statements. See blog post.

v1.10.1

03 Jun 11:46
Compare
Choose a tag to compare

Changes:

  • fixed a bug in UPDATE syntax

v1.10.0

03 Jun 11:45
Compare
Choose a tag to compare

Changes:

  • implemented infix syntax: qb.eq('a', 'b') can now also be written as qb.ref('a').eq('b'), etc

1.9.0

18 Mar 18:13
Compare
Choose a tag to compare

Changes:

1.8.3

22 Feb 23:30
Compare
Choose a tag to compare

Changes:

  • Fixed QB() not handling dates correctly (issue #8).

1.8.2

22 Feb 23:41
Compare
Choose a tag to compare

Changes:

  • added AQL functions MD5, SHA1 and RANDOM_TOKEN.

1.8.1

22 Feb 23:40
Compare
Choose a tag to compare

Changes:

  • better handling of identifiers containing the at-symbol (issue #6).
  • methods that expect identifiers now properly handle collections (issue #7).

1.8.0

22 Feb 23:37
Compare
Choose a tag to compare

Changes:

  • the module now exports a function for auto-casting raw data to make it easier to correctly escape user input.

1.7.0

22 Feb 23:34
Compare
Choose a tag to compare

Changes:

  • added returnOld/returnNew methods.

1.6.0

13 Jan 12:04
Compare
Choose a tag to compare

Changes:

  • added COLLECT ... KEEP ...
  • added COLLECT ... COUNT