Releases: Lepetere/clarango
Releases · Lepetere/clarango
v0.7.1
v0.7.0
v0.6.0
- admin namespace deleted (outdated), add misc namespace instead (only method so far is ‚version‘)
- delay-collection loading (experimental)
- shortcut methods to check if a certain database, graph and collection exist
- more nested functions possible (experimental)
- start migrating the graph namespace to the new graph interface ('gharial')
- improved tests
v0.5.0
- fix documentation errors in
graph
namespace - added input type preconditions to API methods to make errors more meaningful
create-vertex-with-key
/create-edge-with-key
methods added to graph namespace- rename
collection/load
tocollection/load-mem
,collection/unload
tocollection/unload-mem
andadmin/flush
toadmin/flush-cache
to avoid conflicts with clojure core methods - make it possible to always pass a clojure keyword instead of a string for resource keys/names
- when creating edges make it possible to pass vertices (maps) instead of their keys as a shortcut (see example in
README
) - update clj-http version to
1.0.0
Index functions (thx colophon)
Index functions added. Thanks to colophon!
v0.4.1
v0.4.0
Bug fix
Bug fixes
Add graph functionality
v0.3.0 update version to 0.3.0; update feature list in README; delete main a…