0.3.1 - renamed classes, changed methods, deletion of items
dependency version: 0.3.1
- renamed
FoundItem
toPartialItem
as it now represents any potentially partial item since DataItem extends it - changed methods in
PartialItem
to make more sense and return theFindOperation
class - deletion of items is now supported through
PartialItem.delete
and dispose() was moved toPartialItem
too - added
PartialItem#findCached