forked from F21/Paradox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
47 lines (32 loc) · 1.29 KB
/
CHANGELOG
File metadata and controls
47 lines (32 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
v2.1.1 (2014-06-21)
-----------------------
* [BC] An array is used to pass in the username, password, graph name and database name when instantiating the client, adding a connection or instantiating a toolbox.
* Implemented database support.
v2.1.0 (2014-05-21)
-----------------------
* Use ArangoDB 2.1.0 for testing.
* [BC] Pass pod data to the formatModel() in the model formatter.
v2.0.0 (2014-05-21)
-----------------------
* Now using ArangoDB-PHP 2.0.
* Fixed failing test due to changes in ArangoDB.
* Set travis to test against ArangoDB 2.0.7.
v1.4.0 (2013-12-21)
-----------------------
* Added toArray() method to convert pods into associative arrays.
* getNeighbours() for vertices now support passing in an array of labels.
* getAll() now supports an additional parameter to return the total number of found documents.
* Support for ArangoDB 1.4.x.
* Support removing pod property (contributed by @Bethrezen).
v1.3.1 (2013-05-31)
-----------------------
* Fixed edge labels not being set in transactions.
* Fixed composer.json's autoloader namespace (fixed by @luebbert42).
v1.3.0 (2013-05-17)
-----------------------
* Implemented transactions.
* Implemented user defined AQL functions.
* Updated statistics to 1.3.0 formats.
v1.2.0 (2013-05-04)
-----------------------
* First release!