Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Releases: naver/egjs-list-differ

1.0.0 Release (2019-08-05)

05 Aug 09:06
Compare
Choose a tag to compare

Features

  • added: Index array of values added to list
  • removed: Index array of values removed in prevList
  • changed: An array of index pairs of prevList and list with different indexes from prevList and list
  • pureChanged: The subset of changed and an array of index pairs that moved data directly. Indicate an array of absolute index pairs of ordered.(Formatted by: Array<[index of prevList, index of list]>)
  • ordered: An array of index pairs to be ordered that can synchronize list before adding data. (Formatted by: Array<[prevIndex, nextIndex]>)
  • maintained: An array of index pairs of prevList and list that have not been added/removed so data is preserved