Skip to content

Commit e8213bf

Browse files
committed
Enhance ValueTraversal with additional filtering capabilities
- Introduced a new filter method to ValueTraversal, allowing for more refined element selection based on specified criteria. - Updated existing tests and added new ones to ensure the accuracy and reliability of the filtering functionality.
1 parent 2c771bc commit e8213bf

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.changeset/bright-turkeys-study.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@codemix/graph": minor
3+
---
4+
5+
Expand traversal parity across value and edge pipelines.
6+
7+
`ValueTraversal` now supports `dedup()`, `skip()`, `limit()`, `range()`, `count()`, `property()`, and `properties()` so extracted values can keep flowing through the same shaping and projection steps as other traversal results.
8+
9+
`EdgeTraversal` now supports direct `skip()`, `limit()`, `range()`, `count()`, `map()`, `property()`, `properties()`, and `order()` operations, making it possible to paginate, transform, project, and sort edges without first converting them to vertices or raw values.

0 commit comments

Comments
 (0)