Skip to content

Releases: DoneDeal0/superdiff

v1.0.8

13 Jan 20:30
Compare
Choose a tag to compare
  • Support diff between arrays containing duplicated values in getListDiff()
  • Fix deep equality checks between falsy values in getObjectDiff()
  • Minify build

v1.0.5

11 Jan 15:00
Compare
Choose a tag to compare
  • getObjectDiff() and isEqual() now accept a facultative options parameter (solves #3 ):
{
  discardArrayOrder?: boolean // false by default
}

If discardArrayOrder is set to true, ["hello", "world"] and ["world", "hello"] will be considered as equal, because the two arrays have the same values, just not in the same order.

  • add buy me a coffee link. If you use the lib, feel free to show your support.

v1.0.2

26 Dec 10:40
Compare
Choose a tag to compare

Release of Superdiff to npm.