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: support queries on nested array objects without the use of wild… #24

Merged
merged 2 commits into from
Jul 27, 2024

Conversation

oxdev03
Copy link
Owner

@oxdev03 oxdev03 commented Jul 27, 2024

…card

@oxdev03 oxdev03 linked an issue Jul 27, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jul 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
src/tests/utils/iterate.test.ts 96.40% <100.00%> (ø)
src/utils/iterate.ts 100.00% <100.00%> (ø)

Copy link

codspeed-hq bot commented Jul 27, 2024

CodSpeed Performance Report

Merging #24 will degrade performances by 55.97%

Comparing change-feat-queries-on-sub-objects (f6d6ae3) with master (e79e4af)

Summary

⚡ 1 improvements
❌ 1 (👁 1) regressions
✅ 8 untouched benchmarks

Benchmarks breakdown

Benchmark master change-feat-queries-on-sub-objects Change
👁 should filter with conjunction 6.3 ms 14.2 ms -55.97%
should filter with function 12 ms 7.5 ms +60.8%

@oxdev03 oxdev03 merged commit f1ac9c4 into master Jul 27, 2024
5 checks passed
Copy link

🎉 This issue has been resolved in version 1.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.

Queries on sub-objects?
1 participant