0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed legacy scripts and updated README More... almost 11 years ago
removed browser testing and using istanbul for code coverage -> much cleaner More... almost 11 years ago
removed legacy stuff (sourcemapping), tests are working on Neo4j v2.0 + Neo4j v2.1 so far More... almost 11 years ago
removed browser stuff. It should work in browser in future anyway... the testing is way too much effort, so support is dropped for now More... almost 11 years ago
updated version and tests for findById to return null if not found More... almost 12 years ago
fixes #27 Node.findById() finds node by id and with specific label if it's set so More... almost 12 years ago
fixed several singleton() issues for find… methods More... almost 12 years ago
updated url to console More... over 12 years ago
Transaction can now handle Graph and CypherQuery objects as argument; reverted text config file More... over 12 years ago
minor changes to prepare use with v2 of neo4j More... over 12 years ago
added dump example More... over 12 years ago
implements #26 leave out 'START n=node(*)' if 'MATCH' is defined, to speed up queries in some cases More... over 12 years ago
fixed test, array order unimportant here More... over 12 years ago
resolves #25 registerModel now initializes each time, if a cb is attached (removed flag __already_initialized__) More... over 12 years ago
resolves #24 ading node.where({}) statement(s) as AND condition (not only as one) More... over 12 years ago
resolves #23 checks for undefined and null values on create More... over 12 years ago
jsdoc on graph More... over 12 years ago
resolves #20 Inheritance / instantiating of nodes working as expected, cleaned up Node methods * replaced `Node.convertNodeToModel()` with `node.convertToModel()` Node.registerModel(ClassOrModelname) is now a mandatory step More... over 12 years ago
resolves #21 debug argument on stream callbacks; always attach _debug_ object to each neo4jrestful object on request-response More... over 12 years ago
fixes #22 Graph.stream() now process parameters, same as Graph.query() More... over 12 years ago
completed parameter support for .query, .stream parameter support needs to be implemented More... over 12 years ago
option to generate docs with dox-foundation for better api documentation (api documentation is still very uncomplete) More... over 12 years ago
add example test for Graph.where($string, $parameters, cb) More... over 12 years ago
every Graph.statementSegment() accepts now statementSegment, [ [ parameters ], [ cb ] ] as arguments More... over 12 years ago
Graph.setWith() to set explicit a value map More... over 12 years ago
create and update node now via cypher, other functions may follow More... over 12 years ago
conditional parameters counting correctly, condition.values() returns now array with values More... over 12 years ago
Graph.*create* using same function More... over 12 years ago
Graph.create() with object literal More... over 12 years ago
Graph.set() accepts now object literals, improved escaping More... over 12 years ago