Skip to content

Commit

Permalink
docs: add a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Mar 11, 2023
1 parent 7af9262 commit f6e1f22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

## v0.2.5

- Support deep merging when merging _.shared.json and _.local.json pairs and use by default
- Add extension configuration option, `arrayMerge`, that allows users to control the merge behavior of array-type keys defined in both the _.shared.json and _.local.json files: either by deeply merging/combining the two array values, or utilize the prior behavior of just using the array from _.local.json/ignoring the overlapping key in _.shared.json

0 comments on commit f6e1f22

Please sign in to comment.