Skip to content

2.3.0

Compare
Choose a tag to compare
@e-oz e-oz released this 26 May 11:25
· 68 commits to main since this release
  • New methods, for both versions: listenForItemsUpdate(), listenForItemsDeletion();
  • Methods isItemDeleting(), isItemRefreshing(), isItemUpdating(), isItemMutating(), isItemProcessing() now accept Partial<T> as an argument...;
  • ...and implemented in the observable-based version. They return signals there as well to have the same API. To get the same result using observables only, you can use hasItemIn() method.