File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
8
+ ## [ 6.8.0] - 2018-11-07
9
+
10
+ ### Changed
11
+
12
+ - Added ` any[] ` to allowed types for AQL bind parameters
13
+
14
+ This should help in some cases where the previous TypeScript annotation
15
+ was too restrictive.
9
16
10
17
### Added
11
18
@@ -380,7 +387,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
380
387
381
388
Graph methods now only return the relevant part of the response body.
382
389
383
- [ unreleased ] : https://github.com/arangodb/arangojs/compare/v6.7.0...HEAD
390
+ [ 6.8.0 ] : https://github.com/arangodb/arangojs/compare/v6.7.0...v6.8.0
384
391
[ 6.7.0 ] : https://github.com/arangodb/arangojs/compare/v6.6.0...v6.7.0
385
392
[ 6.6.0 ] : https://github.com/arangodb/arangojs/compare/v6.5.1...v6.6.0
386
393
[ 6.5.1 ] : https://github.com/arangodb/arangojs/compare/v6.5.0...v6.5.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arangojs" ,
3
- "version" : " 6.7 .0" ,
3
+ "version" : " 6.8 .0" ,
4
4
"license" : " Apache-2.0" ,
5
5
"description" : " The official ArangoDB JavaScript driver." ,
6
6
"homepage" : " https://github.com/arangodb/arangojs" ,
You can’t perform that action at this time.
0 commit comments