v1.0.5 #5
DoneDeal0
announced in
Announcements
Replies: 1 comment 3 replies
-
discard vs disregard? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
getObjectDiff()
andisEqual
now accept a facultativeoptions
parameter:If
discardArrayOrder
is set to true,["hello", "world"]
and["world", "hello"]
will be considered asequal
, because the two arrays have the same values, just not in the same order.This discussion was created from the release v1.0.5.
Beta Was this translation helpful? Give feedback.
All reactions