Skip to content

0.3.0 - cached bulk operations and projections, renamed classes

Compare
Choose a tag to compare
@orbyfied orbyfied released this 10 Dec 16:33
· 74 commits to master since this release

dependency version: 0.3.0

  • bulk find can now include cached items with sorting
  • partial projection interfaces can now be applied to cached data
  • cached DataItems now implement the abstract FoundItem, which was reworked
  • renamed the operation status classes:
    • FindAllStatus -> FindAllOperation
    • FindStatus -> FindOperation