Skip to content

Support using properties right after functions or anything without pipe character#29

Merged
josdejong merged 2 commits intodevelopfrom
feat/property-after-function
Dec 8, 2025
Merged

Support using properties right after functions or anything without pipe character#29
josdejong merged 2 commits intodevelopfrom
feat/property-after-function

Conversation

@josdejong
Copy link
Copy Markdown
Collaborator

Before, you had to use a pipe to get a property from a function result or something else, for example:

groupBy(.city) | .myCity

With this PR, you can use:

groupBy(.city).myCity

Also, this PR implements allowing whitespace right before a property, like:

.address  .city

Or a newline:

.address
.city

@josdejong josdejong merged commit cebafa7 into develop Dec 8, 2025
6 checks passed
@josdejong josdejong deleted the feat/property-after-function branch December 8, 2025 09:45
@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 9, 2025

🎉 This PR is included in version 5.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant