v1.0.9 #12
DoneDeal0
announced in
Announcements
v1.0.9
#12
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v1.0.9
showOnly
to filtergetObjectDiff
output by status:ignoreArrayOrder
: if set totrue
,["hello", "world"]
and["world", "hello"]
will be considered asequal
, because the two arrays have the same value, just not in the same order.showOnly
: only returns the values whose status interest you. It has two parameters:statuses
: status you want to see in the output (ex:["added", "equal"]
)granularity
:basic
only returns the main properties whose status match your request.deep
can return main properties if some of their subproperties' status match your request. The subproperties will be filtered accordingly.Add the option
showOnly
to filtergetListDiff
output by status:showOnly
gives you the option to only return the values whose status interest you (ex:["added", "equal"]
).Upgrade dev dependencies
Add more tests
Breaking changes
getObjectDiff
output,subPropertiesDiff.name
is now renamedsubPropertiesDiff.property
.discardArrayOrder
is now renamedignoreArrayOrder
This discussion was created from the release v1.0.9.
Beta Was this translation helpful? Give feedback.
All reactions