-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to adjust merging behavior of configs per fields defined …
…in configurations (#152) * First pass at adding the ability to adjust the merging of configuration per field. * Fix array override to be nested into array not above it. * Add support for unknown depth selector, add changelog entry. * Add extra tests that ensures that the unknown depth selector works even when the fields are at level 0 depth. * Use Config as a precomputed tree of how to perform merging. Add support for referencing entries in arrays by index. * Remove unneeded if replace branch in mergeArr path. Add optimizations to only allocation options when absolutely required. * Add fieldHandleTree API on top of Config. * Emtpy commit for github to notice. * Update changelog.
- Loading branch information
1 parent
ab69586
commit 5f065f8
Showing
4 changed files
with
673 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.