Skip to content

Conversation

@josdejong
Copy link
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

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.

2 participants