CHANGELOG

1.6.0

Added

1.5.0

Added

1.4.0

Added

1.3.1

Added

1.3.0

Added

open func items() -> [T]

and

func indexOfItem(by comparator: (_ item: T) -> Bool) -> Int?

to CacheTrackerPlainConsumer

1.2.0

Added

1.1.0

Changed

open func reset<P>(with transactions: [CacheTransaction<P>] = [CacheTransaction<P>](), 
		notifyingDelegate: Bool = false)

If notifyingDelegate is false (by default), then you should reload your table or collection view after calling this method.