Update module github.com/wI2L/jsondiff to v0.7.0 #20
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.
This PR contains the following updates:
v0.5.0->v0.7.0Release Notes
wI2L/jsondiff (github.com/wI2L/jsondiff)
v0.7.0Compare Source
This release adds the
Patch.Invertmethod.Changelog
1847e60chore(ci): bump golangci/golangci-lint-action from 7 to 8048e9b8feat: add patch invert methodb22ffc0doc: state that the apply method is not intended for public useabf5672chore: update LICENSE header year0c1ebb2fix: LCS and Equivalent options combinationb40a29eci: update golangci-lint to v2e432ee9chore(ci): bump codecov/codecov-action from 4 to 5 (#30)Full Changelog: wI2L/jsondiff@v0.6.1...v0.7.0
v0.6.1Compare Source
This release fixes the behavior of the
Equivalentoption for nested arrays.Changelog
4fea2d0chore: various fixes0a42b43ci: fix workflow file extensionea38423fix: bound check on patch insert2399596docs(README): add Github action badge for CI workflowc154e66ci: merge test/lint jobs in a single workflow2f1f3f0docs(README): update benchmarks results19a2a0afeat: nested array equivalencedfdd539docs(README): remove broken Github Actions badged80a84cdocs(README): update playground linkFull Changelog: wI2L/jsondiff@v0.6.0...v0.6.1
v0.6.0Compare Source
This release introduces the
CompareWithoutMarshalfunction, which is similar to the existingComparefunction, but doesn't marshal/unmarshal to/from JSON the given interface values. As such, it expects that the values consists ONLY of primitive Go types, such as those returned by thejson.Unmarshalfunction.Changelog
9bbbc45test: small improvements to coverage71ffe13chore(ci): update goreleaser config file version0f13bbachore(ci): update lint workflow action versiondc22c55chore(ci): update release workflow action versiona8a5843feat: add function CompareWithoutMarshal053aeb7chore: retract version v0.5.1Full Changelog: wI2L/jsondiff@v0.5.2...v0.6.0
v0.5.2Compare Source
Changelog
5b9121achore: update gjson modulee4e08e2fix: remove impossible condition in apply func91dfcd6docs(README): remove warning about LCS and Factorize optionsFull Changelog: wI2L/jsondiff@v0.5.1...v0.5.2
v0.5.1Compare Source
Changelog
eba17e0chore(ci): update workflows actions versions7097621ci: add dependabot file to check Github actionsd3385d9fix: factorization with LCS optionf20729adocs(README): use Github admonitionsadcd818test: add examples from the RFC Appendix A076a95cdocs(README): add table of contents for Options sectionFull Changelog: wI2L/jsondiff@v0.5.0...v0.5.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.