Releases: arangodb/aqbjs
Releases · arangodb/aqbjs
v1.11.0
Changes:
- added support for ArangoDB 2.6
UPSERT
statements. See blog post.
v1.10.1
Changes:
- fixed a bug in UPDATE syntax
v1.10.0
Changes:
- implemented infix syntax:
qb.eq('a', 'b')
can now also be written as qb.ref('a').eq('b')
, etc
1.8.3
Changes:
- Fixed QB() not handling dates correctly (issue #8).
1.8.2
Changes:
- added AQL functions MD5, SHA1 and RANDOM_TOKEN.
1.8.1
Changes:
- better handling of identifiers containing the at-symbol (issue #6).
- methods that expect identifiers now properly handle collections (issue #7).
1.8.0
Changes:
- the module now exports a function for auto-casting raw data to make it easier to correctly escape user input.
1.7.0
Changes:
- added
returnOld
/returnNew
methods.
1.6.0
Changes:
- added
COLLECT ... KEEP ...
- added
COLLECT ... COUNT