-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: allow filtering out values before merging them #462
Merged
RebeccaStevens
merged 1 commit into
main
from
05-20-feat_allow_filter_out_values_before_merging_them
May 20, 2024
Merged
feat!: allow filtering out values before merging them #462
RebeccaStevens
merged 1 commit into
main
from
05-20-feat_allow_filter_out_values_before_merging_them
May 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @RebeccaStevens and the rest of your teammates on Graphite |
RebeccaStevens
force-pushed
the
05-20-feat_allow_filter_out_values_before_merging_them
branch
from
May 20, 2024 05:30
bb3ad34
to
b3e166f
Compare
RebeccaStevens
changed the title
feat!: allow filter out values before merging them
feat!: allow filtering out values before merging them
May 20, 2024
RebeccaStevens
added
Type: Feature
New features or options.
Breaking Change
This change will require a new major release.
labels
May 20, 2024
RebeccaStevens
force-pushed
the
05-20-feat_allow_filter_out_values_before_merging_them
branch
from
May 20, 2024 06:01
b3e166f
to
db780be
Compare
RebeccaStevens
changed the base branch from
main
to
05-20-fix_type_when_merging_index_signatures
May 20, 2024 06:01
Base automatically changed from
05-20-fix_type_when_merging_index_signatures
to
main
May 20, 2024 06:03
RebeccaStevens
force-pushed
the
05-20-feat_allow_filter_out_values_before_merging_them
branch
3 times, most recently
from
May 20, 2024 07:16
a73f2ad
to
65574a3
Compare
This was referenced May 20, 2024
RebeccaStevens
force-pushed
the
05-20-feat_allow_filter_out_values_before_merging_them
branch
2 times, most recently
from
May 20, 2024 09:40
41b9425
to
fe979d8
Compare
by default, undefined is now filtered out. fix #460
RebeccaStevens
force-pushed
the
05-20-feat_allow_filter_out_values_before_merging_them
branch
from
May 20, 2024 10:03
fe979d8
to
238bbb3
Compare
Merge activity
|
RebeccaStevens
deleted the
05-20-feat_allow_filter_out_values_before_merging_them
branch
May 20, 2024 10:18
🎉 This PR is included in version 7.0.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
Breaking Change
This change will require a new major release.
Status: Released
It's now live.
Type: Feature
New features or options.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
by default, undefined is now filtered out. fix #460