Skip to content

v5.1.0

Compare
Choose a tag to compare
@greena13 greena13 released this 09 Oct 06:42
· 69 commits to master since this release

New features

List operations now accepts a wildcard allowing you to perform operations on all lists not explicitly referenced by its key.

List operations now allows specifying a custom merger, allowing you to define a custom function for merging in new items into the order of existing lists.

Bugfixes

  • Fix dispatchers not working with getOrFetch, getOrInitializeNewItem, saveItem
  • Fix forceFetch option no longer working with getOrFetchItem and getOrFetchList