Skip to content
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

Conversation

RebeccaStevens
Copy link
Owner

by default, undefined is now filtered out. fix #460

@RebeccaStevens RebeccaStevens force-pushed the 05-20-feat_allow_filter_out_values_before_merging_them branch from bb3ad34 to b3e166f Compare May 20, 2024 05:30
@RebeccaStevens RebeccaStevens changed the title feat!: allow filter out values before merging them feat!: allow filtering out values before merging them May 20, 2024
@RebeccaStevens RebeccaStevens marked this pull request as ready for review May 20, 2024 05:30
@RebeccaStevens RebeccaStevens added Type: Feature New features or options. Breaking Change This change will require a new major release. labels May 20, 2024
@RebeccaStevens RebeccaStevens force-pushed the 05-20-feat_allow_filter_out_values_before_merging_them branch from b3e166f to db780be Compare May 20, 2024 06:01
@RebeccaStevens 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 RebeccaStevens force-pushed the 05-20-feat_allow_filter_out_values_before_merging_them branch 3 times, most recently from a73f2ad to 65574a3 Compare May 20, 2024 07:16
@RebeccaStevens RebeccaStevens force-pushed the 05-20-feat_allow_filter_out_values_before_merging_them branch 2 times, most recently from 41b9425 to fe979d8 Compare May 20, 2024 09:40
by default, undefined is now filtered out. fix #460
@RebeccaStevens RebeccaStevens force-pushed the 05-20-feat_allow_filter_out_values_before_merging_them branch from fe979d8 to 238bbb3 Compare May 20, 2024 10:03
Copy link
Owner Author

RebeccaStevens commented May 20, 2024

Merge activity

@RebeccaStevens RebeccaStevens merged commit 0784f63 into main May 20, 2024
11 checks passed
@RebeccaStevens RebeccaStevens deleted the 05-20-feat_allow_filter_out_values_before_merging_them branch May 20, 2024 10:18
Copy link

🎉 This PR is included in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the Status: Released It's now live. label May 20, 2024
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

an undefined value prevents merging (when merging 3+ objects)
1 participant