Releases: aralroca/default-composer
Releases · aralroca/default-composer
0.6.0
BREAKING CHANGE
Now mergeArrays configuration option also merges the objects inside the arrays.
- default:
{ someArray: [ {a: 1} , { c: 2 }] }
- data:
{ someArray: [ {b: 3} ] }
- result
{ someArray: [ {a: 1, b: 3}, {c: 2} ] }
What's Changed
Full Changelog: 0.5.4...0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
What's Changed
- Handle only own keys by @robinpokorny in #9
- Support symbol properties by @robinpokorny in #10
New Contributors
- @robinpokorny made their first contribution in #9
Full Changelog: 0.3.1...0.4.0
0.3.1
What's Changed
- Fix default export by @leeferwagen in #8
New Contributors
- @leeferwagen made their first contribution in #8
Full Changelog: 0.3.0...0.3.1