Skip to content

Commit 7bdd653

Browse files
chore(release): 1.19.0 [skip ci]
1 parent a39ba07 commit 7bdd653

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [1.19.0](https://github.com/sanity-io/groq-js/compare/v1.18.0...v1.19.0) (2025-09-24)
9+
10+
### Features
11+
12+
- add synchronous evaluator for pipe functions ([2cc9134](https://github.com/sanity-io/groq-js/commit/2cc91346f55c6e01df31153c05829217729fc6af))
13+
- add synchronous evaluator for score() ([143e9e1](https://github.com/sanity-io/groq-js/commit/143e9e19c9d6da8d13d73e05e6b83b5e311e990f))
14+
- enable pt::text in synchronous mode ([cea0eb3](https://github.com/sanity-io/groq-js/commit/cea0eb3b68c79dd7e6d2e4c82babc69fc9dc0988))
15+
- implement more sync evaluators ([62f7519](https://github.com/sanity-io/groq-js/commit/62f751909086561abd8dcb5a1e2dd972f1293b10))
16+
- implement more sync evaluators ([2471091](https://github.com/sanity-io/groq-js/commit/24710915d57cc109a4e199ec2b4d257149faac8c))
17+
- introduce `toJS` ([0ab8a17](https://github.com/sanity-io/groq-js/commit/0ab8a17778b911aba49d4689ab418af7a2788715))
18+
- introduce evaluateSync ([af51fac](https://github.com/sanity-io/groq-js/commit/af51facc3b1e11c02e0d5f7b15c3fd7cdbd24388))
19+
- **typeEvaluator:** support document::get -> unknown/null ([c55e82a](https://github.com/sanity-io/groq-js/commit/c55e82ae469db81021f2c8fba07158a53b06284e))
20+
821
## [1.18.0](https://github.com/sanity-io/groq-js/compare/v1.17.3...v1.18.0) (2025-09-08)
922

1023
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "groq-js",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"keywords": [
55
"sanity",
66
"json",

0 commit comments

Comments
 (0)