Open tpluscode opened 2 months ago
Latest commit: 777ce5375a4ce2b89fffcc15926cb36afbc87b0b
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.77%. Comparing base (
ad5f176
) to head (777ce53
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I extended the
map
andfilter
steps with the option to pass any number of additional parameters for the callbacks.Until now, to parametrise them, one required to use and access the variables. It should now be easier to achieve the same result.
For example, to filter only chunks which are greater than X