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
Uh oh!
There was an error while loading. Please reload this page.
-
v1.0.9
showOnlyto filtergetObjectDiffoutput 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:basiconly returns the main properties whose status match your request.deepcan return main properties if some of their subproperties' status match your request. The subproperties will be filtered accordingly.Add the option
showOnlyto filtergetListDiffoutput by status:showOnlygives you the option to only return the values whose status interest you (ex:["added", "equal"]).Upgrade dev dependencies
Add more tests
Breaking changes
getObjectDiffoutput,subPropertiesDiff.nameis now renamedsubPropertiesDiff.property.discardArrayOrderis now renamedignoreArrayOrderThis discussion was created from the release v1.0.9.
Beta Was this translation helpful? Give feedback.
All reactions