Releases: Nhogs/nestjs-neo4j
Releases · Nhogs/nestjs-neo4j
v0.2.1
Breaking changes on model services
refactored Neo4jModelService to introduce Neo4jNodeModelService and Neo4jRelationshipModelService services
added first version of CRUD services call in transaction
v0.2.0
Breaking changes
refactored run query parameters in neo4j service
introduced Query interface containing cypher statement and optional parameters
added optional transactionConfig in query execution
v0.1.3
extract query generation in dedicated functions in neo4j.model.servic…
v0.1.2
add toNeo4j and fromNeo4j overridable methods to Neo4jModelService
v0.1.0
update to version 0.1.0
refactor run cypher query
add unit tests
v0.0.11
change default value for ifNotExists and useCommonName tu true
v0.0.8
add constraint filter on label