1.6 KiB
1.6 KiB
Changelog: Neo4j driver for Node
Version 0.2.1 – September 2, 2011
- Updated
request
dependency. (@aseemk) - Added Cypher querying and tests. (@aseemk)
- Better error handling. (@aseemk)
Version 0.2.0 – July 14, 2011
- Massive overhaul of the entire library:
- Rewrote complete library using Streamline.js (@aseemk)
- Massively extended test suite (@aseemk)
- Implemented
Node.getRelationships
method (@aseemk) - Implemented
Node.getRelationshipNodes
method (@aseemk) - Simplified error handling (@gasi)
- Split monolithic file into separate files according to classes (@aseemk)
- Implemented
Node.path
method andPath
class (@gasi) - Added
Node.createRelationshipFrom
method (@gasi) - Fixed numerous bugs (@aseemk & @gasi)
Version 0.1.0 – April 20, 2011
- Changed name from Neo4j REST client for Node.js to Neo4j driver for Node.
- Rewrote complete library to feature an object-oriented structure.
Version 0.0.3 – March 26, 2011
- Updated README.
Version 0.0.2 – March 26, 2011
- Renamed top-level constructor to
Client
. - Added top-level
serialize
anddeserialize
functions. - Added
autoMarshal
argument toClient
for storing hierarchical data on nodes and relationship. Internally uses newserialize
anddeserialize
functions. - Changed position of Client's
basePath
argument (now last). - Updated test.
Version 0.0.1 – March 21, 2011
- Initial release.