v1.3.0-alpha.8
Pre-release
Pre-release
Breaking changes
- Now order conflicts in
diff3Keys
,trimergeArrayCreator
, andtrimergeMap
will throw an error.- A new
allowOrderConflicts
parameter lets you avoid the duplicate (by skipping any duplicate keys)
- A new
- Parameter order of
diff3Keys
changed to match the other functions (fromleft, base, right
tobase, left, right
)