Releases: solher/arangolite
Releases · solher/arangolite
Module fix 2
Module fix
Merge pull request #42 from asmaloney/go-module-v2 Modules with version >=2 need to specify it in the go.mod file
Adding module support
Adding a go.mod file
Bug fixes
Errors fixed + slight change of the Run() behavior
Response UnmarshalResult method fixed
v2.0.1 UnmarshalResult method fixed. Closes #23
V2.0.0
Last V1 stable version
v1.4.0
New graph and bind parameters features
- Graph API and bind parameters now supported.
- A lot of small fixes.
Run methods are on the DB
Run methods are now on the DB object. It allows easier mocking for users and less code repetitions in Arangolite.