Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jun 7, 2024
1 parent e8e2f9b commit 7f0fc0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@

## Breaking changes

- The [`merge()`](#mergetarget-query-value-options) method has been improved:
- The
[`merge()`](https://github.com/ehmicky/declarative-merge#mergetarget-query-value-options)
method has been improved:
- Merging is now deep by default
- Merging mode can be changed to
[`"shallow"`](https://github.com/ehmicky/declarative-merge#shallow-merge),
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,9 @@ are.
- [`wild-wild-parser`](https://github.com/ehmicky/wild-wild-parser): parser for
`wild-wild-path`'s object property paths
- [`declarative-merge`](https://github.com/ehmicky/declarative-merge): object
merging logic used by the [`merge()` method](#mergetarget-query-value-option)
merging logic used by the [`merge()` method](#mergetarget-query-value-options)
- [`set-array`](https://github.com/ehmicky/set-array): array update logic used
by the [`merge()` method](#mergetarget-query-value-option)
by the [`merge()` method](#mergetarget-query-value-options)

# Support

Expand Down

0 comments on commit 7f0fc0a

Please sign in to comment.