Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release new version - changesets #486

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Release new version - changesets #486

merged 1 commit into from
Jan 13, 2025

Conversation

neo4j-team-graphql
Copy link
Collaborator

@neo4j-team-graphql neo4j-team-graphql commented Jan 13, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@neo4j/[email protected]

Minor Changes

  • #477 8723c78 Thanks @angrykoala! - Add support for trim expressions in trim:

    Cypher.trim("BOTH", new Cypher.Literal("x"), new Cypher.Literal("xxxhelloxxx"));
    trim(BOTH "x" FROM "xxxhelloxxx")

Patch Changes

  • #482 85ff6e0 Thanks @angrykoala! - Deprecate Foreach extra constructor parameters in favor of methods in and do:

    Before:

    new Cypher.Foreach(variable, list, createMovie);

    Now:

    new Cypher.Foreach(variable).in(list).do(createMovie);
  • #482 85ff6e0 Thanks @angrykoala! - Add support for chaining FOREACH after MATCH with .foreach

@angrykoala angrykoala merged commit d22f55a into main Jan 13, 2025
10 checks passed
@angrykoala angrykoala deleted the changeset-release/main branch January 13, 2025 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants