-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add support for JSON.MERGE
#2511
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #2511 +/- ##
=======================================
Coverage 95.67% 95.67%
=======================================
Files 455 456 +1
Lines 4552 4556 +4
Branches 522 522
=======================================
+ Hits 4355 4359 +4
Misses 128 128
Partials 69 69
☔ View full report in Codecov by Sentry. |
Hi @shacharPash @leibale, do you know when this feature is going to be available? |
@leibale looks like it has been released several weeks ago |
* Support JSON.MERGE Command * test only 2.6+ ReJson version * test on edge * review * Update test-utils.ts --------- Co-authored-by: Leibale Eidelman <me@leibale.com>
Description
Checklist
npm test
pass with this change (including linting)?Closes #2500