neo4j / cypher-builder

A library for building Cypher queries for Neo4j programmatically.
https://neo4j.github.io/cypher-builder/
Apache License 2.0
52 stars 14 forks source link

Remove env prefix object support #453

Closed angrykoala closed 2 weeks ago

angrykoala commented 2 weeks ago

Remove support for fine-grained prefix configuration

No longer supported:

myClause.build({
    variable: "var_prefix_",
    params: "param_prefix_",
});
changeset-bot[bot] commented 2 weeks ago

🦋 Changeset detected

Latest commit: f8a812080d85ec8ae62551f31366d3f6f89cbf5f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | --------------------- | ----- | | @neo4j/cypher-builder | Major |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR