jamesfer / cypher-query-builder

An flexible and intuitive query builder for Neo4j and Cypher.
http://jamesfer.me/cypher-query-builder/index.html
MIT License
106 stars 22 forks source link

Remove any observable #127

Closed jamesfer closed 4 years ago

jamesfer commented 4 years ago

Removes the any-observable package. Maintaining support for it proved too much of a hassle for the value it presented. The RxJS library is quite obviously the defacto Observable library and the new Neo4j driver also uses RxJS observables.

BREAKING CHANGE: Removes the any-observable package