Releases: jamesfer/cypher-query-builder
Releases · jamesfer/cypher-query-builder
v6.0.4
6.0.4 (2020-12-21)
Bug Fixes
- build: add missing build step before releasing (cd68ec3), closes #173
v6.0.3
6.0.3 (2020-12-16)
Bug Fixes
- Package: Reduce package size (b8238ac)
v6.0.2
6.0.2 (2020-12-12)
Bug Fixes
- termlist: fix handling of nested dictionaries (93a5cd4), closes #137
v6.0.1
6.0.1 (2020-09-26)
Bug Fixes
- skip,limit: use int object for parameter (2b18c97), closes #159
v6.0.0
6.0.0 (2020-09-17)
Bug Fixes
BREAKING CHANGES
- Removes the any-observable package
- Removes the any-promise package
- Connection.close() now returns a promise instead of acting immediately.
The new neo4j driver changed the behaviour of Driver.close() and this change is consistent
with that.
v5.0.4
5.0.4 (2019-12-23)
Bug Fixes
v5.0.3
5.0.3 (2019-12-16)
Bug Fixes
- update package versions in lockfile (2d8534e)
v5.0.2
5.0.2 (2019-12-16)
Bug Fixes
- remove rimraf dependency (e2aa8f3)
- update any-observable (c5cb388)
- update lodash version in package.json (67e71c4)
- update typedoc dependency (f4bde55)
v5.0.1
5.0.1 (2019-12-08)
Bug Fixes
- export builder, clause and clause collection (6dde494), closes #116
v5.0.0
5.0.0 (2019-09-21)
Bug Fixes
- Set: replace override option with merge (91ab4f6)
- make error handling more consistent (56a7591)
BREAKING CHANGES
- The run and stream methods of the Connection and Query classes no longer throw
exceptions. Instead they return a rejected promise or an observable that will immediately error.
- Set: The default behaviour of the Set clause has changed to use the
=
operator.
This is to be more consistent with cypher.