Skip to content

v1.1.1

Compare
Choose a tag to compare
@DoneDeal0 DoneDeal0 released this 21 Jan 10:55
· 22 commits to master since this release
  • add referenceProperty in the options parameter of getListDiff. referenceProperty will consider an object to be updated instead of added or deleted if one of its properties remains stable, such as its id. This option has no effect on other datatypes. (feature requested in #14)
getListDiff(listA, listB, { referenceProperty: "id" })
  • update dev dependencies
  • add generic types for getListDiff
  • add typescript documentation to functions
  • correct README.md grammar and update the documentation