Skip to content

Commit

Permalink
changeset: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrippey authored Feb 15, 2025
1 parent f43db36 commit 7d2419f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/blue-deers-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This improves auto-complete and API discoverability, and reduces confusion.

- The root `q` object no longer exposes irrelevant chaining methods.
- E.g. we removed: `q.filter(...)`, `q.deref()`, `q.field(...)`, etc.
- Query chains no longer expose irrelevant top-level utilites.
- Query chains no longer expose irrelevant top-level utilities.
- E.g. we removed `(chain).star`, `(chain).conditional(...)`, `(chain).select(...)`, `(chain).value(...)`, etc.
- The subquery in a projection no longer exposes irrelvant chaining methods.
- The subquery in a projection no longer exposes irrelevant chaining methods.
- E.g. with `.project(sub => ({ ... }))` we removed: `sub.filter(...)`, `sub.order(...)`, etc.

> Backwards compatibility: we only removed methods that created invalid GROQ queries,
Expand Down

0 comments on commit 7d2419f

Please sign in to comment.