Skip to content

chore: version package for release#29

Merged
flyon merged 1 commit intomainfrom
changeset-release/main
Mar 11, 2026
Merged

chore: version package for release#29
flyon merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

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

@_linked/core@2.0.1

Patch Changes

  • #27 d3c1e91 Thanks @flyon! - Add MINUS support on QueryBuilder with multiple call styles:

    • .minus(Shape) — exclude by shape type
    • .minus(p => p.prop.equals(val)) — exclude by condition
    • .minus(p => p.prop) — exclude by property existence
    • .minus(p => [p.prop1, p.nested.prop2]) — exclude by multi-property existence with nested path support

    Add bulk delete operations:

    • Shape.deleteAll() / DeleteBuilder.from(Shape).all() — delete all instances with schema-aware blank node cleanup
    • Shape.deleteWhere(fn) / DeleteBuilder.from(Shape).where(fn) — conditional delete

    Add conditional update operations:

    • .update(data).where(fn) — update matching instances
    • .update(data).forAll() — update all instances

    API cleanup:

    • Deprecate sortBy() in favor of orderBy()
    • Remove DeleteBuilder.for() — use DeleteBuilder.from(shape, ids) instead
    • Require data parameter in Shape.update(data)

@flyon flyon merged commit 7a70313 into main Mar 11, 2026
2 checks passed
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.

1 participant