Skip to content

Improvements#8

Merged
phpnode merged 6 commits intomainfrom
improvements
Apr 10, 2026
Merged

Improvements#8
phpnode merged 6 commits intomainfrom
improvements

Conversation

@phpnode
Copy link
Copy Markdown
Member

@phpnode phpnode commented Apr 10, 2026

  • 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.

phpnode added 6 commits April 10, 2026 15:22
- Implemented a limit method that allows users to take the first n values from the traversal.
- Added a corresponding test to verify the functionality of the limit operation.
- Introduced skip, limit, range, count, property, and properties methods to both ValueTraversal and EdgeTraversal for enhanced data manipulation.
- Updated the property and properties methods to allow extraction of specific edge properties.
- Added corresponding tests to validate the new functionalities, including edge ordering, pagination, and value extraction operations.
…lue selection

- Introduced property() method to select a single property from graph elements and plain objects.
- Added properties() method to select multiple properties, supporting both graph elements and plain objects.
- Implemented tests to validate the functionality of the new methods, ensuring correct extraction of properties from elements and objects.
- 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.
…h development instructions

- Added "prepare" and "setup:hooks" scripts to package.json for configuring Git hooks.
- Updated README to include instructions on running `pnpm install` for hook setup and details about the pre-commit hook functionality.
@phpnode phpnode merged commit 02353fe into main Apr 10, 2026
1 check 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