This repository was archived by the owner on Apr 3, 2023. It is now read-only.
Releases: naver/egjs-list-differ
Releases · naver/egjs-list-differ
1.0.0 Release (2019-08-05)
Features
- added: Index array of values added to
list - removed: Index array of values removed in
prevList - changed: An array of index pairs of
prevListandlistwith different indexes fromprevListandlist - pureChanged: The subset of
changedand an array of index pairs that moved data directly. Indicate an array of absolute index pairs ofordered.(Formatted by: Array<[index of prevList, index of list]>) - ordered: An array of index pairs to be
orderedthat can synchronizelistbefore adding data. (Formatted by: Array<[prevIndex, nextIndex]>) - maintained: An array of index pairs of
prevListandlistthat have not been added/removed so data is preserved